aboutsummaryrefslogtreecommitdiff
path: root/src/scalarproduct/test_scalarproduct.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-12-07 01:07:07 +0000
committerChristian Grothoff <christian@grothoff.org>2014-12-07 01:07:07 +0000
commit4e508bb9f251f0b1d261bb4178fb8a2b0009635d (patch)
tree7eccde4f1e915a6762f523330633557e7e5987c2 /src/scalarproduct/test_scalarproduct.sh
parent4ede109b9167fde6558b4281b023e1010c260522 (diff)
downloadgnunet-4e508bb9f251f0b1d261bb4178fb8a2b0009635d.tar.gz
gnunet-4e508bb9f251f0b1d261bb4178fb8a2b0009635d.zip
-more SP fixes and todos
Diffstat (limited to 'src/scalarproduct/test_scalarproduct.sh')
-rwxr-xr-xsrc/scalarproduct/test_scalarproduct.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scalarproduct/test_scalarproduct.sh b/src/scalarproduct/test_scalarproduct.sh
index 8a34c2473..562a4f68f 100755
--- a/src/scalarproduct/test_scalarproduct.sh
+++ b/src/scalarproduct/test_scalarproduct.sh
@@ -17,7 +17,7 @@ CFGBOB="-c $PREFIX/1/config"
17# interactive mode would terminate the test immediately 17# interactive mode would terminate the test immediately
18# because the rest of the script is already in stdin, 18# because the rest of the script is already in stdin,
19# thus redirecting stdin does not suffice) 19# thus redirecting stdin does not suffice)
20GNUNET_LOG='scalarproduct*;;;;DEBUG' 20GNUNET_FORCE_LOG='scalarproduct*;;;;DEBUG'
21GNUNET_TESTING_PREFIX=$PREFIX ../testbed/gnunet-testbed-profiler -n -c test_scalarproduct.conf -p 2 & 21GNUNET_TESTING_PREFIX=$PREFIX ../testbed/gnunet-testbed-profiler -n -c test_scalarproduct.conf -p 2 &
22PID=$! 22PID=$!
23# sleep 1 is too short on most systems, 2 works on most, 5 seems to be safe 23# sleep 1 is too short on most systems, 2 works on most, 5 seems to be safe