diff options
author | msvensson@neptunus.(none) <> | 2005-09-27 16:48:41 +0200 |
---|---|---|
committer | msvensson@neptunus.(none) <> | 2005-09-27 16:48:41 +0200 |
commit | 1105d4293dfa37e1658956b07e48908495fa65f7 (patch) | |
tree | e9d5a032240e2967ee443386858aef9349c15b59 /mysql-test/mysql-test-run.pl | |
parent | a5feed9813ac72d08852e15c8bb6b6b034364a69 (diff) | |
parent | 00bcf8cd8e6df820c6c02c8213845de96907eda5 (diff) | |
download | mariadb-git-1105d4293dfa37e1658956b07e48908495fa65f7.tar.gz |
Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1
into neptunus.(none):/home/msvensson/mysql/fix_mysqltest/my41-fix_mysqltest
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 19a2679d956..66c92151ea4 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -2197,7 +2197,7 @@ sub run_mysqltest ($) { $ENV{'MYSQL_TEST'}= "$exe_mysqltest " . join(" ", @$args); # ---------------------------------------------------------------------- - # Add args that should not go into the MYSQL_TEST environment var + # Add arguments that should not go into the MYSQL_TEST env var # ---------------------------------------------------------------------- mtr_add_arg($args, "-R"); |