aboutsummaryrefslogtreecommitdiff
path: root/src/scalarproduct/test_scalarproduct.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-12-09 21:45:03 +0000
committerChristian Grothoff <christian@grothoff.org>2014-12-09 21:45:03 +0000
commit02102b75a9664460555ae0947350582293465abd (patch)
tree6afbd835d361722977b9aa8f241fdb175c6c8c6e /src/scalarproduct/test_scalarproduct.sh
parente0f0366f920a4681be3ceb60bb86ecc82d14ce54 (diff)
downloadgnunet-02102b75a9664460555ae0947350582293465abd.tar.gz
gnunet-02102b75a9664460555ae0947350582293465abd.zip
-running at scale...
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