Commit 7f99b235 authored by unknown's avatar unknown

Merge

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