diff options
author | unknown <kent@mysql.com> | 2005-06-20 12:58:58 +0200 |
---|---|---|
committer | unknown <kent@mysql.com> | 2005-06-20 12:58:58 +0200 |
commit | c8714788864e2938b36e43e70fea4a155327b850 (patch) | |
tree | e69b51dbe2afc1602bd268d0b21c192403696c5a /Makefile.am | |
parent | 2aa1a04c631e4ba1306d09a864c97fcc5b3949fd (diff) | |
download | mariadb-git-c8714788864e2938b36e43e70fea4a155327b850.tar.gz |
Makefile.am:
Use the Perl version of mysql-test-run
Makefile.am:
Use the Perl version of mysql-test-run
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 93f34986a1b..ffa27220611 100644 --- a/Makefile.am +++ b/Makefile.am @@ -100,4 +100,4 @@ 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 |