summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-04-24 14:24:05 +0100
committerCarl Hetherington <cth@carlh.net>2018-04-24 14:24:05 +0100
commit6e157ac1b3697ef1971a40fdca857430f36fd386 (patch)
treee31c270bc53096b2e94afce9a40e7e06545c5364
parent7a564a0e2fad207c900ba0d0b6a303b08caac395 (diff)
Fix warning from boost test.
-rwxr-xr-xrun/tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/run/tests b/run/tests
index ff3c9587..4748927f 100755
--- 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