summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorkent@mysql.com <>2005-06-20 13:20:27 +0200
committerkent@mysql.com <>2005-06-20 13:20:27 +0200
commit43f8b7b43b30783391acb4ed316022bbda284f5e (patch)
tree0e793b5116f694af80f69e5b8ff2ea6e0a87512c /Makefile.am
parent950f36dde67d5ac82dfde0da8b67631e14604060 (diff)
parent27e9a70379ac12b3410c99a9519d6c8c16141980 (diff)
downloadmariadb-git-43f8b7b43b30783391acb4ed316022bbda284f5e.tar.gz
Merge
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index b5ebe8eb8ae..9a6fcf3c95a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -100,12 +100,13 @@ 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
test-force:
cd mysql-test; \
- ./mysql-test-run --force ;\
- ./mysql-test-run --ps-protocol --force
+ perl mysql-test-run.pl --force ;\
+ perl mysql-test-run.pl --ps-protocol --force
# Don't update the files from bitkeeper
%::SCCS/s.%