gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r31029 - gnunet/src/revocation


From: gnunet
Subject: [GNUnet-SVN] r31029 - gnunet/src/revocation
Date: Wed, 4 Dec 2013 03:03:14 +0100

Author: LRN
Date: 2013-12-04 03:03:14 +0100 (Wed, 04 Dec 2013)
New Revision: 31029

Modified:
   gnunet/src/revocation/Makefile.am
Log:
Fix Python interpreter in revocation test

Modified: gnunet/src/revocation/Makefile.am
===================================================================
--- gnunet/src/revocation/Makefile.am   2013-12-04 00:10:56 UTC (rev 31028)
+++ gnunet/src/revocation/Makefile.am   2013-12-04 02:03:14 UTC (rev 31029)
@@ -78,5 +78,12 @@
  $(check_PROGRAMS)
 endif
 
-EXTRA_DIST = test_revocation.conf
+do_subst = $(SED) -e 's,address@hidden@],$(PYTHON),g'
 
+test_local_revocation.py: test_local_revocation.py.in Makefile
+       $(do_subst) < $(srcdir)/test_local_revocation.py.in > 
test_local_revocation.py
+       chmod +x test_local_revocation.py
+
+EXTRA_DIST = test_revocation.conf \
+       test_local_revocation.py.in
+




reply via email to

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