]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
bin/svalgrind: add --quiet
authorSimon Ruderich <simon@ruderich.org>
Fri, 20 Feb 2015 09:24:46 +0000 (10:24 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sun, 15 Mar 2015 03:02:08 +0000 (04:02 +0100)
bin/svalgrind

index 28f7f69c2c3c5d743718144a2f3bb56869c21aab..bcb68da2ad5d001910304d1c3a6648a7152ad00b 100755 (executable)
@@ -19,4 +19,4 @@
 set -eu
 
 exec valgrind --leak-check=full --show-reachable=yes --error-exitcode=1 \
-              --track-fds=yes "$@"
+              --track-fds=yes --quiet "$@"