diff options
author | unknown <lenz@mysql.com> | 2005-06-23 19:03:55 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2005-06-23 19:03:55 +0200 |
commit | 624cc5223c09bf5863667e8f2da69ac23ed7a819 (patch) | |
tree | a53182b4d054e2a57f915935904486b42033afed /Makefile.am | |
parent | 74307f39ebee0a1e4a14d9a989fbc92fa97a8f16 (diff) | |
download | mariadb-git-624cc5223c09bf5863667e8f2da69ac23ed7a819.tar.gz |
- reverted to using the shell version of mysql-test-run for "make test" until the
remaining bugs in the Perl version have been resolved
Makefile.am:
- reverted to using the shell version of mysql-test-run until the remaining bugs
in the Perl version have been resolved
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 9a6fcf3c95a..d7059c6adaf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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.% |