mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
- reverted to using the shell version of mysql-test-run for "make test" until the
remaining bugs in the Perl version have been resolved
This commit is contained in:
parent
367017d630
commit
5d515df476
1 changed files with 3 additions and 3 deletions
|
@ -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.%
|
||||
|
|
Loading…
Reference in a new issue