Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make our valgrind wrapper less verbose, so that it does not break tesh outputs when...
[simgrid.git] / tools / cmake / scripts / my_valgrind.pl
index 36815c7..be6180b 100755 (executable)
@@ -8,7 +8,7 @@
 use strict;
 use warnings;
 
-my @argv = ("valgrind");
+my @argv = ("valgrind", "--quiet");
 my $count = 0;
 
 while (defined(my $arg = shift)) {