diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-09-18 20:24:55 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-09-18 20:24:55 +0100 |
| commit | b24a12e276a4eeb39a45f2b8d63843fc3527a33d (patch) | |
| tree | 9af5d0e37d4fa09331a6a06814319c9e9cd01c86 | |
| parent | 8be82fcdcedcad8e22cd4065f2fea1b03e737826 (diff) | |
Hopefully fix warning in test run 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 |
