From 7130fcbe5e8f59a4227fae168ba9f03ac914a65d Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Thu, 31 May 2012 17:36:50 +0200 Subject: [PATCH] Also remove reference to variable ARGS in generate_memcheck_tests.pl. --- buildtools/Cmake/generate_memcheck_tests.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/buildtools/Cmake/generate_memcheck_tests.pl b/buildtools/Cmake/generate_memcheck_tests.pl index 2f9058d46a..23699bbf04 100755 --- a/buildtools/Cmake/generate_memcheck_tests.pl +++ b/buildtools/Cmake/generate_memcheck_tests.pl @@ -110,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+//; -- 2.20.1