gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r16499 - gnunet/contrib


From: gnunet
Subject: [GNUnet-SVN] r16499 - gnunet/contrib
Date: Sun, 14 Aug 2011 16:29:47 +0200

Author: grothoff
Date: 2011-08-14 16:29:47 +0200 (Sun, 14 Aug 2011)
New Revision: 16499

Modified:
   gnunet/contrib/gnunet_janitor.py.in
Log:
docu

Modified: gnunet/contrib/gnunet_janitor.py.in
===================================================================
--- gnunet/contrib/gnunet_janitor.py.in 2011-08-14 14:29:19 UTC (rev 16498)
+++ gnunet/contrib/gnunet_janitor.py.in 2011-08-14 14:29:47 UTC (rev 16499)
@@ -18,6 +18,10 @@
 #    Boston, MA 02111-1307, USA.
 #
 # Finds any gnunet processes still running in the system and kills them
+#
+# gnunet janitor can be used by invoking `make' like this:
+# TESTS_ENVIRONMENT='${top_srcdir}/contrib/gnunet_janitor.py &&' make check
+
 from __future__ import print_function
 import os
 import re
@@ -59,4 +63,4 @@
       os.kill (p[0], signal.SIGTERM)
 
 if __name__ == '__main__':
-  sys.exit (main ())
\ No newline at end of file
+  sys.exit (main ())




reply via email to

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