fix
authorChristian Grothoff <christian@grothoff.org>
Wed, 25 May 2011 14:32:52 +0000 (14:32 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 25 May 2011 14:32:52 +0000 (14:32 +0000)
src/fs/Makefile.am
src/fs/test_gnunet_fs_ns.py.in

index 0d8da5412c158087cea559aa0fcb20770e2f6cfc..f30200654832f57aad477ec67c5a3ba3a69a39c5 100644 (file)
@@ -168,9 +168,9 @@ if HAVE_PYTHON_PEXPECT
 check_SCRIPTS = \
  test_gnunet_fs_psd.py \
  test_gnunet_fs_rec.py \
- test_gnunet_fs_idx.py
+ test_gnunet_fs_idx.py \
+ test_gnunet_fs_ns.py 
 endif
-# test_gnunet_fs_ns.py 
 
 
 if !DISABLE_TEST_RUN
@@ -198,7 +198,7 @@ TESTS = \
  perf_gnunet_service_fs_p2p_index \
  $(check_SCRIPTS)  
 endif
-# perf_gnunet_service_fs_p2p_trust \
+# perf_gnunet_service_fs_p2p_trust 
 
 
 
index 92fd7d5de931273bd73b1be6af16ecfff534be01..b72bc9062a5977d071f618b43609d53356e0a585 100755 (executable)
@@ -26,7 +26,7 @@ import re
 os.system ('rm -rf /tmp/gnunet-test-fs-py-ns/')
 os.system ('gnunet-arm -sq -c test_gnunet_fs_ns_data.conf')
 try:
-  pseu = pexpect.spawn ('gnunet-pseudonym -c test_gnunet_fs_ns_data.conf -C licenses -k gplad -m "description:Free Software Licenses" -r myroot')
+  pseu = pexpect.spawn ('gnunet-pseudonym -c test_gnunet_fs_ns_data.conf -C licenses -k gplad -m "description:Free Software Licenses" -R myroot')
   pseu.expect (pexpect.EOF)
   pseu = pexpect.spawn ('gnunet-pseudonym -c test_gnunet_fs_ns_data.conf -o')
   pseu.expect (re.compile("licenses \(.*\)\r"))