making py-tests work with amatus changes in fs
authorChristian Grothoff <christian@grothoff.org>
Thu, 29 Apr 2010 09:15:05 +0000 (09:15 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 29 Apr 2010 09:15:05 +0000 (09:15 +0000)
src/fs/Makefile.am
src/fs/test_gnunet_fs_idx.py
src/fs/test_gnunet_fs_ns.py
src/fs/test_gnunet_fs_psd.py
src/fs/test_gnunet_fs_rec.py

index 3d825ff10cabf1b77beacc079cd765094161d997..d18d06dd78cbabf96f0fc7fba060bd8203aae68f 100644 (file)
@@ -131,7 +131,12 @@ check_PROGRAMS = \
  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 \
index 1338d62f878306a1e332571a1e19c03012c31855..267d9f2a5511e2e6f70f7ee9775f536e45a0ac44 100755 (executable)
@@ -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)
 #
index 1aca4adb05cee1c5d07f8e64a0c5f928009faae8..616b52a29156b100272124134732412e679c4808 100755 (executable)
@@ -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)
 #
index 2a14797b959eebf8b6a9b20657536683a53c347d..bb00ba5d14581134f42a877a5601c8f92bf7c63b 100755 (executable)
@@ -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)
 #
index 0317e470e790c4343211deb026a1ceafd04691a5..62189af324ba9864af4c6b87aa6df12df5e8f245 100755 (executable)
@@ -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)
 #