aboutsummaryrefslogtreecommitdiff
path: root/src/scalarproduct/test_scalarproduct.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-11-14 12:18:18 +0000
committerChristian Grothoff <christian@grothoff.org>2013-11-14 12:18:18 +0000
commit49dae49c8a2bf3682e20365f026fc087d27937e9 (patch)
tree387f2c6556046f481d47e6f322175e68b8d7ce32 /src/scalarproduct/test_scalarproduct.sh
parent424bd7f5d06334c6562ab7a2c4e341b8fcf4e2e2 (diff)
downloadgnunet-49dae49c8a2bf3682e20365f026fc087d27937e9.tar.gz
gnunet-49dae49c8a2bf3682e20365f026fc087d27937e9.zip
-be less insanely verbose, especially wrt util
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 7b183d0b5..5ba94f641 100755
--- a/src/scalarproduct/test_scalarproduct.sh
+++ b/src/scalarproduct/test_scalarproduct.sh
@@ -16,7 +16,7 @@ CFGBOB="-c $PREFIX/1/config"
16# interactive mode would terminate the test immediately 16# interactive mode would terminate the test immediately
17# because the rest of the script is already in stdin, 17# because the rest of the script is already in stdin,
18# thus redirecting stdin does not suffice) 18# thus redirecting stdin does not suffice)
19GNUNET_LOG=';;;;DEBUG' GNUNET_TESTING_PREFIX=$PREFIX ../testbed/gnunet-testbed-profiler -n -c test_scalarproduct.conf -p 2 & 19GNUNET_LOG='scalarproduct;;;;DEBUG' GNUNET_TESTING_PREFIX=$PREFIX ../testbed/gnunet-testbed-profiler -n -c test_scalarproduct.conf -p 2 &
20PID=$! 20PID=$!
21# sleep 1 is too short on most systems, 2 works on most, 5 seems to be safe 21# sleep 1 is too short on most systems, 2 works on most, 5 seems to be safe
22sleep 5 22sleep 5