summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index eada6e08c50..2b0ea0c3dde 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -112,7 +112,7 @@ test:
test-force:
cd mysql-test; \
- ./mysql-test-run --force ; \
+ ./mysql-test-run --force && \
./mysql-test-run --ps-protocol --force
# We are testing a new Perl version of the test script
@@ -123,5 +123,5 @@ test-pl:
test-force-pl:
cd mysql-test; \
- ./mysql-test-run.pl --force ; \
+ ./mysql-test-run.pl --force && \
./mysql-test-run.pl --ps-protocol --force