summaryrefslogtreecommitdiff
path: root/mysql-test/create-test-result
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2001-12-14 16:02:41 +0200
committermonty@hundin.mysql.fi <>2001-12-14 16:02:41 +0200
commit61be9477ecb5664154d544d29510ec66ea4ac121 (patch)
tree63f5e7bab3c2b1c778016248af2350936a4c9763 /mysql-test/create-test-result
parent0a2835a06842c5612ba94b47aa338e81f01a53bc (diff)
downloadmariadb-git-61be9477ecb5664154d544d29510ec66ea4ac121.tar.gz
Removed not used functions from sql_cache
Added new tests to testsuite.
Diffstat (limited to 'mysql-test/create-test-result')
-rwxr-xr-xmysql-test/create-test-result4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/create-test-result b/mysql-test/create-test-result
index 24c3d175303..bfd64f32fc5 100755
--- a/mysql-test/create-test-result
+++ b/mysql-test/create-test-result
@@ -5,7 +5,7 @@
# If you have a spare moment feel free to improve it - the right way is
# to start mysqld yourself and run mysqltest -r
-RESULT_DIR=r/3.23
+RESULT_DIR=r
if [ -z $EDITOR] ; then
EDITOR=vi
fi
@@ -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 $test_name
+./mysql-test-run --do-test=$test_name
reject_file=$result_file.reject