summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorunknown <kent@mysql.com>2005-06-20 13:20:27 +0200
committerunknown <kent@mysql.com>2005-06-20 13:20:27 +0200
commit28d404420ce3fa0d539fad60ee6c541ad9ac99ac (patch)
tree0e793b5116f694af80f69e5b8ff2ea6e0a87512c /Makefile.am
parent1c756c04c23e98f4e3d5e6ba5bac74c6354ad009 (diff)
parentc8714788864e2938b36e43e70fea4a155327b850 (diff)
downloadmariadb-git-28d404420ce3fa0d539fad60ee6c541ad9ac99ac.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.%