-improve indentation, reduce duplication of PIDs in core's neighbour map
[oweals/gnunet.git] / src / scalarproduct / test_scalarproduct.sh
index 562a4f68f0f2350f17453c335d2d90328ee713b1..dd9bb80a5490ed41e5c1d65c4f4bd19e41cd1bf0 100755 (executable)
@@ -17,7 +17,7 @@ CFGBOB="-c $PREFIX/1/config"
 # interactive mode would terminate the test immediately
 # because the rest of the script is already in stdin,
 # thus redirecting stdin does not suffice)
-GNUNET_FORCE_LOG='scalarproduct*;;;;DEBUG'
+GNUNET_FORCE_LOG='scalarproduct*;;;;DEBUG'
 GNUNET_TESTING_PREFIX=$PREFIX ../testbed/gnunet-testbed-profiler -n -c test_scalarproduct.conf -p 2 &
 PID=$!
 # sleep 1 is too short on most systems, 2 works on most, 5 seems to be safe