diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-07-11 00:12:02 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-07-11 21:12:13 +0200 |
| commit | 1b6f847eddca54ed223b22858c19c987aa61c2df (patch) | |
| tree | 09dcfa8f9537a178eb1ee7ff4084e026d09cc083 | |
| parent | d4f3f5b44d5d42eaadc6fa3807648b6735d61758 (diff) | |
Fix parameters when running tests with valgrind.
| -rwxr-xr-x | run/tests | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ if [ "$1" == "--debug" ]; then gdb --args $work/tests $private $* elif [ "$1" == "--valgrind" ]; then shift - valgrind --tool="memcheck" $work/tests $private + valgrind --tool="memcheck" $work/tests $private $* elif [ "$1" == "--callgrind" ]; then shift valgrind --tool="callgrind" $work/tests $private $* |
