diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-07-28 15:52:29 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-07-28 15:52:29 +0100 |
| commit | 6610a686b63c2c65f5f33cdaac5d03fb8874bedf (patch) | |
| tree | f09f4619cad53b8cccdb4bc06b39efa468707ea0 | |
| parent | 9d44328087d41016745ace95e7e989135056149b (diff) | |
Fix script.
| -rwxr-xr-x | run/tests | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
