X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f6d251a487cb329fcc87ade3a3ea8df101b7b047..3fef59c4f6f82996eba81f68b5119a1737a2e331:/buildtools/Cmake/generate_memcheck_tests.pl diff --git a/buildtools/Cmake/generate_memcheck_tests.pl b/buildtools/Cmake/generate_memcheck_tests.pl index ad85011607..23699bbf04 100755 --- a/buildtools/Cmake/generate_memcheck_tests.pl +++ b/buildtools/Cmake/generate_memcheck_tests.pl @@ -79,8 +79,9 @@ while ( defined( $line = ) ) { $tesh_file =~ s/^[^\/\$]/$path\/$&/; $tesh_file =~ s/\${CMAKE_HOME_DIRECTORY}/$proj_dir/g; if ( ! -e "$tesh_file" ) { - print "tesh_file : $tesh_file not exists!\n"; - die; + print "# tesh_file: $tesh_file does not exist!\n"; + print "# $line\n"; + next; } } @@ -109,7 +110,6 @@ while ( defined( $line = ) ) { $command = var_subst($command, "SG_TEST_EXENV", ""); $command = var_subst($command, "SG_TEST_ENV", ""); $command = var_subst($command, "SG_EXENV_TEST", ""); - $command = var_subst($command, "ARGS", ""); $command =~ s/\$@//g; # $command =~ s/..\/..\/bin\/smpirun/\${CMAKE_BINARY_DIR\}\/bin\/smpirun/g; $command =~ s/^\s+//;