Commit 28d40442 authored by unknown's avatar unknown

Merge

parents 1c756c04 c8714788
...@@ -100,12 +100,13 @@ tags: ...@@ -100,12 +100,13 @@ tags:
# Test installation # Test installation
test: test:
cd mysql-test; ./mysql-test-run && ./mysql-test-run --ps-protocol cd mysql-test; \
perl mysql-test-run.pl && perl mysql-test-run.pl --ps-protocol
test-force: test-force:
cd mysql-test; \ cd mysql-test; \
./mysql-test-run --force ;\ perl mysql-test-run.pl --force ;\
./mysql-test-run --ps-protocol --force perl mysql-test-run.pl --ps-protocol --force
# Don't update the files from bitkeeper # Don't update the files from bitkeeper
%::SCCS/s.% %::SCCS/s.%
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