From 8111cf69c27e24f09f018ab1f1a3fbdbf5b4a14e 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