diff options
author | lenz@mysql.com <> | 2004-12-13 21:43:30 +0100 |
---|---|---|
committer | lenz@mysql.com <> | 2004-12-13 21:43:30 +0100 |
commit | 2cd30dc6744c78f2d623177fd5f24523e1d8f701 (patch) | |
tree | 366322e826299608fd1f691e8f4a09dc5e8cae7f /Makefile.am | |
parent | bde49d08c77b1c04f0da6f8828f66d40a015911e (diff) | |
download | mariadb-git-2cd30dc6744c78f2d623177fd5f24523e1d8f701.tar.gz |
- a fix for the fix - now "make test" will run the test suite with and
without the PS protocol
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index b00b3747294..c1ae9217e8b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -100,8 +100,4 @@ tags: # Test installation test: - cd mysql-test - ./mysql-test-run - ./mysql-test-run --ps-protocol - - + cd mysql-test; ./mysql-test-run && ./mysql-test-run --ps-protocol |