summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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