diff options
author | unknown <msvensson@pilot.(none)> | 2007-08-13 15:46:11 +0200 |
---|---|---|
committer | unknown <msvensson@pilot.(none)> | 2007-08-13 15:46:11 +0200 |
commit | 65fa527a27df355d9e06a812dea02459566a0b35 (patch) | |
tree | dbe6dbd8c9bcc9e4eb56bec17850ef2d70550e7e /mysql-test/mysql-test-run.pl | |
parent | c2f6f8b6aa86fb719419c2a1d574015ab1e1ecd2 (diff) | |
download | mariadb-git-65fa527a27df355d9e06a812dea02459566a0b35.tar.gz |
Improve error messages
Write test results to var/log
Add test for "source" and variable expansion
client/mysqltest.c:
Improve error messages
Write .reject file to the location specified by --logdir
mysql-test/mysql-test-run.pl:
Pass logdir to mysqltest, to get test results written to var/log
mysql-test/r/mysqltest.result:
Update test results
mysql-test/t/mysqltest.test:
Add test for "source" and variable expansion
Update test after writing result in var/log
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 8030238b7ec..f0adfe4d468 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -4677,6 +4677,7 @@ sub run_mysqltest ($) { mtr_add_arg($args, "--skip-safemalloc"); mtr_add_arg($args, "--tmpdir=%s", $opt_tmpdir); mtr_add_arg($args, "--character-sets-dir=%s", $path_charsetsdir); + mtr_add_arg($args, "--logdir=%s/log", $opt_vardir); # Log line number and time for each line in .test file mtr_add_arg($args, "--mark-progress") |