aboutsummaryrefslogtreecommitdiff
path: root/src/scalarproduct/test_scalarproduct.sh
diff options
context:
space:
mode:
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 562a4f68f..dd9bb80a5 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_FORCE_LOG='scalarproduct*;;;;DEBUG' 20# GNUNET_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