diff options
author | joerg@mysql.com <> | 2005-09-01 21:06:37 +0200 |
---|---|---|
committer | joerg@mysql.com <> | 2005-09-01 21:06:37 +0200 |
commit | 54e797a27d3e722d9368c6e7b19f0c3027793a61 (patch) | |
tree | b8f0559d54e73d0176b1fc8dabced773322c0a9a /Makefile.am | |
parent | f1f45919c9d4f73729d323f141645648951c68f8 (diff) | |
parent | 5edc41e6432522ee4f8b41172bf8bbe1b070e105 (diff) | |
download | mariadb-git-54e797a27d3e722d9368c6e7b19f0c3027793a61.tar.gz |
Manual merge.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 59a977a2633..ae0d56ba9fd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -116,3 +116,8 @@ test: --master_port=$(MYSQL_TEST_MASTER_PORT) \ --slave_port=$(MYSQL_TEST_SLAVE_PORT) \ --ndbcluster_port=$(MYSQL_TEST_NDB_PORT) + +test-force: + cd mysql-test; \ + ./mysql-test-run --force ;\ + ./mysql-test-run --ps-protocol --force |