Commit 5d515df4 authored by lenz@mysql.com's avatar lenz@mysql.com

- reverted to using the shell version of mysql-test-run for "make test" until the

  remaining bugs in the Perl version have been resolved
parent 367017d6
......@@ -101,12 +101,12 @@ tags:
test:
cd mysql-test; \
perl mysql-test-run.pl && perl mysql-test-run.pl --ps-protocol
./mysql-test-run && ./mysql-test-run --ps-protocol
test-force:
cd mysql-test; \
perl mysql-test-run.pl --force ;\
perl mysql-test-run.pl --ps-protocol --force
./mysql-test-run --force ;\
./mysql-test-run --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