gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r30175 - gnunet/src/statistics


From: gnunet
Subject: [GNUnet-SVN] r30175 - gnunet/src/statistics
Date: Sat, 12 Oct 2013 17:07:30 +0200

Author: LRN
Date: 2013-10-12 17:07:30 +0200 (Sat, 12 Oct 2013)
New Revision: 30175

Modified:
   gnunet/src/statistics/test_gnunet_statistics.py.in
Log:
Change the tmp dir after .conf

Modified: gnunet/src/statistics/test_gnunet_statistics.py.in
===================================================================
--- gnunet/src/statistics/test_gnunet_statistics.py.in  2013-10-12 07:27:33 UTC 
(rev 30174)
+++ gnunet/src/statistics/test_gnunet_statistics.py.in  2013-10-12 15:07:30 UTC 
(rev 30175)
@@ -26,7 +26,7 @@
   run_arm += [debug.split (' ')]
 
 def cleanup ():
-  shutil.rmtree (os.path.join (tmp, "test-gnunetd-statistics"), True)
+  shutil.rmtree (os.path.join (tmp, "test-gnunet-statistics"), True)
 
 def sub_run (args, want_stdo = True, want_stde = False, nofail = False):
   if want_stdo:




reply via email to

[Prev in Thread] Current Thread [Next in Thread]