summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorkent@mysql.com <>2005-06-20 12:58:58 +0200
committerkent@mysql.com <>2005-06-20 12:58:58 +0200
commit27e9a70379ac12b3410c99a9519d6c8c16141980 (patch)
treee69b51dbe2afc1602bd268d0b21c192403696c5a /Makefile.am
parent67a95f5f14ad09079a21d46a54dbc5f176e4e333 (diff)
downloadmariadb-git-27e9a70379ac12b3410c99a9519d6c8c16141980.tar.gz
Makefile.am:
Use the Perl version of mysql-test-run
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
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