Hopefully fix warning in test run script.
authorCarl Hetherington <cth@carlh.net>
Mon, 18 Sep 2017 19:24:55 +0000 (20:24 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 18 Sep 2017 19:24:55 +0000 (20:24 +0100)
run/tests

index 6857103c513ca7d35dbcb7f162a63832a3377020..31a476935233f99fc8beac430a54d38e9a82a437 100755 (executable)
--- a/run/tests
+++ b/run/tests
@@ -10,5 +10,5 @@ elif [ "$1" == "--valgrind" ]; then
     shift
     valgrind --tool="memcheck" build/test/tests $private $*
 else
-    build/test/tests $* $private
+    build/test/tests $* -- $private
 fi