From: Augustin Degomme Date: Mon, 30 Sep 2013 14:50:56 +0000 (+0200) Subject: as we replace the path to tesh by a variable, memtest generation was not working... X-Git-Tag: v3_9_90~60^2~16 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/2d82da7cc393f53984f481ab5bbbf3c38e74c5cd as we replace the path to tesh by a variable, memtest generation was not working properly --- diff --git a/buildtools/Cmake/Scripts/generate_memcheck_tests.pl b/buildtools/Cmake/Scripts/generate_memcheck_tests.pl index 7b06561259..df0880674f 100755 --- a/buildtools/Cmake/Scripts/generate_memcheck_tests.pl +++ b/buildtools/Cmake/Scripts/generate_memcheck_tests.pl @@ -47,7 +47,7 @@ while ( defined( $line = ) ) { } 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 = "";