diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-07-23 23:38:36 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-07-23 23:38:36 +0100 |
| commit | 91d8979878ba731b2d86d7aa5dc30f6a3c1a75f1 (patch) | |
| tree | 75934a39b693840c28d35a080856b5b4068f427b | |
| parent | d95907ad565ac587dea8f8692a3775c1dc6e0ff1 (diff) | |
Fix boost test warning.
| -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 |
