mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
Fix extra space in mysql-test README
This commit is contained in:
parent
403e6615fd
commit
f79212f96d
1 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@ In the file, put a set of SQL statements that create some tables,
|
|||
load test data, and run some queries to manipulate it.
|
||||
|
||||
Your test should begin by dropping the tables you are going to create and
|
||||
end by dropping them again. This ensures that you can run the test over
|
||||
end by dropping them again. This ensures that you can run the test over
|
||||
and over again.
|
||||
|
||||
If you are using mysqltest commands in your test case, you should create
|
||||
|
@ -81,7 +81,7 @@ comments, you can create the result file in one of the following ways:
|
|||
|
||||
# mysqltest --record --database test --result-file=r/test_case_name.result < t/test_case_name.test
|
||||
|
||||
When this is done, take a look at r/test_case_name.result .
|
||||
When this is done, take a look at r/test_case_name.result.
|
||||
If the result is incorrect, you have found a bug. In this case, you should
|
||||
edit the test result to the correct results so that we can verify that
|
||||
the bug is corrected in future releases.
|
||||
|
|
Loading…
Add table
Reference in a new issue