|
From: Nicholas N. <nj...@cs...> - 2005-02-13 17:50:40
|
CVS commit by nethercote:
Fix old comment.
M +1 -1 vg_regtest.in 1.30
--- valgrind/tests/vg_regtest.in #1.29:1.30
@@ -281,5 +281,5 @@
# Pass the appropriate --tool option for the directory (can be overridden
- # by an "args:" or "args.dev:" line, though).
+ # by an "args:" line, though).
my $tool=determine_tool();
mysystem("VALGRINDLIB=$tests_dir/.in_place $valgrind --command-line-only=yes --tool=$tool $vgopts $prog $args > $name.stdout.out 2> $name.stderr.out");
|