Commit fb4c949f authored by unknown's avatar unknown

Added test-force to Makefile.

parent 9a714420
...@@ -96,3 +96,7 @@ tags: ...@@ -96,3 +96,7 @@ tags:
test: test:
cd mysql-test ; \ cd mysql-test ; \
./mysql-test-run ./mysql-test-run
test-force:
cd mysql-test ; \
./mysql-test-run --force
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment