diff options
author | bell@sanja.is.com.ua <> | 2002-06-19 17:52:44 +0300 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2002-06-19 17:52:44 +0300 |
commit | f974c735cf419b56824ed4e5f27dfe182cf50e03 (patch) | |
tree | cc55f99d5599771fbb2ddecda5ce0467fd2ede67 /mysql-test/create-test-result | |
parent | 9e77c6d8e714a0e44e5064af998504bcc644bc9e (diff) | |
download | mariadb-git-f974c735cf419b56824ed4e5f27dfe182cf50e03.tar.gz |
EXISTS type of subselect
more correct parameters in result creation script
Diffstat (limited to 'mysql-test/create-test-result')
-rwxr-xr-x | mysql-test/create-test-result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/create-test-result b/mysql-test/create-test-result index bfd64f32fc5..a50b4c87641 100755 --- a/mysql-test/create-test-result +++ b/mysql-test/create-test-result @@ -32,7 +32,7 @@ result_file=$RESULT_DIR/$test_name.result touch $result_file echo "Running the test case against empty file, will fail, but don't worry" -./mysql-test-run --do-test=$test_name +./mysql-test-run --local $test_name reject_file=$result_file.reject |