Fix warning from boost test.
authorCarl Hetherington <cth@carlh.net>
Tue, 24 Apr 2018 13:24:05 +0000 (14:24 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 24 Apr 2018 13:24:05 +0000 (14:24 +0100)
run/tests

index ff3c9587c3bae3821b88c48a7d7b18a31a2740de..4748927f311ebaa82e8931e49f5302a925188f5e 100755 (executable)
--- a/run/tests
+++ b/run/tests
@@ -27,7 +27,7 @@ elif [ "$1" == "--callgrind" ]; then
     shift
     valgrind --tool="callgrind" $work/tests $private $*
 else
-    $work/tests $private $*
+    $work/tests $* -- $private
     if [ "$?" != "0" ]; then
        echo "FAIL: unit tests"
         exit 1