diff options
author | jani@ua141d10.elisa.omakaista.fi <> | 2005-11-03 15:01:04 +0200 |
---|---|---|
committer | jani@ua141d10.elisa.omakaista.fi <> | 2005-11-03 15:01:04 +0200 |
commit | 3d7d8af3aa25084c995025f58f746140b4f1c360 (patch) | |
tree | 751f1d44e86a509c4d5a8fbe7fdf1646e2747298 /Makefile.am | |
parent | c66f53e2772f4190644955f91c3a8456e3815ca7 (diff) | |
parent | b8248334d98145247dcaa249a9c7cde600192ae7 (diff) | |
download | mariadb-git-3d7d8af3aa25084c995025f58f746140b4f1c360.tar.gz |
Merge ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1
into ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-5.0-tmp
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 401a53459ae..d6a04583801 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,7 +123,7 @@ 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 # Don't update the files from bitkeeper |