]> AND Public Git Repository - simgrid.git/blobdiff - tools/cmake/scripts/my_valgrind.pl
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename ASAN suppressions file.
[simgrid.git] / tools / cmake / scripts / my_valgrind.pl
index eb33cb0e8eb648748b366bc0b77a399313f66be0..fadf32cdc5955ac6d9d59be13957aa6c3322e2c0 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 
-# Copyright (c) 2012-2019. The SimGrid Team. All rights reserved.
+# Copyright (c) 2012-2020. The SimGrid Team. All rights reserved.
 
 # This program is free software; you can redistribute it and/or modify it
 # under the terms of the license (GNU LGPL) which comes with this package.
@@ -14,7 +14,7 @@ my $count = 0;
 while (defined(my $arg = shift)) {
 #    print "arg($count)$arg\n";
     if ($arg =~ m!/smpirun$!) {
-        @argv = ( $arg, "-keep-temps", "-wrapper", "@argv" );
+        @argv = ( $arg, "-keep-temps", "-quiet", "-wrapper", "@argv" );
     } elsif ($arg eq "--cd") {
         $arg = shift;
         print "cd $arg\n";