diff options
author | John Wiegley <johnw@newartisans.com> | 2012-03-17 16:47:33 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-03-17 16:47:33 -0500 |
commit | 1240ce24b3dd59bb2f48a396043b4115cc49c6e1 (patch) | |
tree | 561f4b882e270951947fed1b04b591a3262dba0d /test/fullcheck.sh | |
parent | 06934e8dd68a0dea1f113911b01dc6b7ed406330 (diff) | |
download | fork-ledger-1240ce24b3dd59bb2f48a396043b4115cc49c6e1.tar.gz fork-ledger-1240ce24b3dd59bb2f48a396043b4115cc49c6e1.tar.bz2 fork-ledger-1240ce24b3dd59bb2f48a396043b4115cc49c6e1.zip |
Passing --verify to regression tests uses valgrind
Diffstat (limited to 'test/fullcheck.sh')
-rwxr-xr-x | test/fullcheck.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fullcheck.sh b/test/fullcheck.sh index f607f2d9..db63921d 100755 --- a/test/fullcheck.sh +++ b/test/fullcheck.sh @@ -2,7 +2,7 @@ VALGRIND='' if [ -x /usr/bin/valgrind -o -x /opt/local/bin/valgrind ]; then - VALGRIND=valgrind + VALGRIND="valgrind -q" fi #export MallocGuardEdges=1 |