Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
as we replace the path to tesh by a variable, memtest generation was not working...
[simgrid.git] / buildtools / Cmake / Scripts / generate_memcheck_tests.pl
index 7b06561..df08806 100755 (executable)
@@ -47,7 +47,7 @@ while ( defined( $line = <MAKETEST> ) ) {
     }
     if ($dump) {
         $line =~ s/^  //;
-        if ( $line =~ /^\s*ADD_TEST\(\S+\s+\S*\/tesh\s/ ) {
+        if ( $line =~ /^\s*ADD_TEST\(\S+\s+\S*TESH\_COMMAND\}\s/ ) {
             undef %environ;
             $config_var = "";
             $path       = "";