Skip to content

Commit fde7eb9

Browse files
committed
Fix README
1 parent c6efbc5 commit fde7eb9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mysql-test/README

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ options with which the server is started, restart the server during
5151
execution, etc.)
5252

5353
You can create your own test cases. To create a test case, create a new
54-
file in the t subdirectory using a text editor. The file should have a .test
54+
file in the main subdirectory using a text editor. The file should have a .test
5555
extension. For example:
5656

5757
# xemacs t/test_case_name.test
@@ -60,7 +60,7 @@ In the file, put a set of SQL statements that create some tables,
6060
load test data, and run some queries to manipulate it.
6161

6262
Your test should begin by dropping the tables you are going to create and
63-
end by dropping them again. This ensures that you can run the test over
63+
end by dropping them again. This ensures that you can run the test over
6464
and over again.
6565

6666
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:
8181

8282
# mysqltest --record --database test --result-file=r/test_case_name.result < t/test_case_name.test
8383

84-
When this is done, take a look at r/test_case_name.result .
84+
When this is done, take a look at r/test_case_name.result.
8585
If the result is incorrect, you have found a bug. In this case, you should
8686
edit the test result to the correct results so that we can verify that
8787
the bug is corrected in future releases.

0 commit comments

Comments
 (0)