~ubuntu-branches/ubuntu/quantal/simgrid/quantal

« back to all changes in this revision

Viewing changes to buildtools/Cmake/generate_memcheck_tests.pl

  • Committer: Package Import Robot
  • Author(s): Lucas Nussbaum, Martin Quinson, Lucas Nussbaum
  • Date: 2012-06-09 16:24:44 UTC
  • mfrom: (10.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20120609162444-xook34f3d6qy5ixj
Tags: 3.7.1-1
[ Martin Quinson ]
* debian/copyright: update FSF address (thanks lintian for noticing)

[ Lucas Nussbaum ]
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
110
110
                    $command = var_subst($command, "SG_TEST_EXENV", "");
111
111
                    $command = var_subst($command, "SG_TEST_ENV", "");
112
112
                    $command = var_subst($command, "SG_EXENV_TEST", "");
113
 
                    $command = var_subst($command, "ARGS", "");
114
113
                    $command =~ s/\$@//g;
115
114
#                    $command =~ s/..\/..\/bin\/smpirun/\${CMAKE_BINARY_DIR\}\/bin\/smpirun/g;
116
115
                    $command =~ s/^\s+//;