diff options
author | monty@donna.mysql.com <> | 2001-01-04 02:56:38 +0200 |
---|---|---|
committer | monty@donna.mysql.com <> | 2001-01-04 02:56:38 +0200 |
commit | 7541a877bcc007f58cb218fe18a4f4b18c7ba71a (patch) | |
tree | 372d81dfa5cc567493d3b099189518dfa6fc14c5 /mysql-test/README | |
parent | ff0e2e2d7a6336a5addc71a3216f497261c6b4d3 (diff) | |
download | mariadb-git-7541a877bcc007f58cb218fe18a4f4b18c7ba71a.tar.gz |
Fixes to get mysql-test-run more portable
Diffstat (limited to 'mysql-test/README')
-rw-r--r-- | mysql-test/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/README b/mysql-test/README index ca7284d173a..6ad59ea6a8b 100644 --- a/mysql-test/README +++ b/mysql-test/README @@ -18,6 +18,10 @@ You can create your own test cases. To create a test case: We would appreciate if the test tables were called t1, t2, t3 ... (to not conflict too much with existing tables). + + Your test should begin by dropping the tables you are going to create and + end by dropping them again. This will ensure that one can run the test + over and over again. If you are using mysqltest commands (like result file names) in your test case you should do create the result file as follows: |