Commit c5e51b7c authored by joerg@mysql.com's avatar joerg@mysql.com

Add the "test-force" target to "Makefile.am".

parent ddcbf609
......@@ -100,4 +100,10 @@ tags:
# Test installation
test:
cd mysql-test; perl mysql-test-run.pl && perl mysql-test-run.pl --ps-protocol
cd mysql-test; \
perl ./mysql-test-run && perl ./mysql-test-run --ps-protocol
test-force:
cd mysql-test; \
./mysql-test-run --force ;\
./mysql-test-run --ps-protocol --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