diff options
author | kent@mysql.com <> | 2005-06-20 12:58:58 +0200 |
---|---|---|
committer | kent@mysql.com <> | 2005-06-20 12:58:58 +0200 |
commit | 27e9a70379ac12b3410c99a9519d6c8c16141980 (patch) | |
tree | e69b51dbe2afc1602bd268d0b21c192403696c5a /Makefile.am | |
parent | 67a95f5f14ad09079a21d46a54dbc5f176e4e333 (diff) | |
download | mariadb-git-27e9a70379ac12b3410c99a9519d6c8c16141980.tar.gz |
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 |