diff options
author | unknown <lenz@mysql.com> | 2004-12-13 21:43:30 +0100 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2004-12-13 21:43:30 +0100 |
commit | 01e2c3f0994731ff552f93d36e6928cdcbf10148 (patch) | |
tree | 366322e826299608fd1f691e8f4a09dc5e8cae7f /Makefile.am | |
parent | 844c6e3495712e30a21090d481428f82ff39e51a (diff) | |
download | mariadb-git-01e2c3f0994731ff552f93d36e6928cdcbf10148.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 |