diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-04-24 14:24:05 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-04-24 14:24:05 +0100 |
| commit | 6e157ac1b3697ef1971a40fdca857430f36fd386 (patch) | |
| tree | e31c270bc53096b2e94afce9a40e7e06545c5364 | |
| parent | 7a564a0e2fad207c900ba0d0b6a303b08caac395 (diff) | |
Fix warning from boost test.
| -rwxr-xr-x | run/tests | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
