gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r11113 - gnunet/src/fs


From: gnunet
Subject: [GNUnet-SVN] r11113 - gnunet/src/fs
Date: Thu, 29 Apr 2010 11:15:05 +0200

Author: grothoff
Date: 2010-04-29 11:15:05 +0200 (Thu, 29 Apr 2010)
New Revision: 11113

Modified:
   gnunet/src/fs/Makefile.am
   gnunet/src/fs/test_gnunet_fs_idx.py
   gnunet/src/fs/test_gnunet_fs_ns.py
   gnunet/src/fs/test_gnunet_fs_psd.py
   gnunet/src/fs/test_gnunet_fs_rec.py
Log:
making py-tests work with amatus changes in fs

Modified: gnunet/src/fs/Makefile.am
===================================================================
--- gnunet/src/fs/Makefile.am   2010-04-29 06:10:59 UTC (rev 11112)
+++ gnunet/src/fs/Makefile.am   2010-04-29 09:15:05 UTC (rev 11113)
@@ -131,7 +131,12 @@
  test_fs_uri \
  test_gnunet_service_fs_p2p
 
+
 if HAVE_PYTHON_PEXPECT
+TEST_EXTENSIONS = .py
+PY_LOG_COMPILER = $(PYTHON)
+AM_PY_LOG_FLAGS = -v
+
 check_SCRIPTS = \
  test_gnunet_fs_psd.py \
  test_gnunet_fs_rec.py \

Modified: gnunet/src/fs/test_gnunet_fs_idx.py
===================================================================
--- gnunet/src/fs/test_gnunet_fs_idx.py 2010-04-29 06:10:59 UTC (rev 11112)
+++ gnunet/src/fs/test_gnunet_fs_idx.py 2010-04-29 09:15:05 UTC (rev 11113)
@@ -1,4 +1,4 @@
-#!/usr/bin/python 
+#!/usr/bin/env python 
 #    This file is part of GNUnet.
 #    (C) 2010 Christian Grothoff (and other contributing authors)
 #

Modified: gnunet/src/fs/test_gnunet_fs_ns.py
===================================================================
--- gnunet/src/fs/test_gnunet_fs_ns.py  2010-04-29 06:10:59 UTC (rev 11112)
+++ gnunet/src/fs/test_gnunet_fs_ns.py  2010-04-29 09:15:05 UTC (rev 11113)
@@ -1,4 +1,4 @@
-#!/usr/bin/python 
+#!/usr/bin/env python 
 #    This file is part of GNUnet.
 #    (C) 2010 Christian Grothoff (and other contributing authors)
 #

Modified: gnunet/src/fs/test_gnunet_fs_psd.py
===================================================================
--- gnunet/src/fs/test_gnunet_fs_psd.py 2010-04-29 06:10:59 UTC (rev 11112)
+++ gnunet/src/fs/test_gnunet_fs_psd.py 2010-04-29 09:15:05 UTC (rev 11113)
@@ -1,4 +1,4 @@
-#!/usr/bin/python 
+#!/usr/bin/env python 
 #    This file is part of GNUnet.
 #    (C) 2010 Christian Grothoff (and other contributing authors)
 #

Modified: gnunet/src/fs/test_gnunet_fs_rec.py
===================================================================
--- gnunet/src/fs/test_gnunet_fs_rec.py 2010-04-29 06:10:59 UTC (rev 11112)
+++ gnunet/src/fs/test_gnunet_fs_rec.py 2010-04-29 09:15:05 UTC (rev 11113)
@@ -1,4 +1,4 @@
-#!/usr/bin/python 
+#!/usr/bin/env python 
 #    This file is part of GNUnet.
 #    (C) 2010 Christian Grothoff (and other contributing authors)
 #





reply via email to

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