diff options
author | unknown <lenz@mysql.com> | 2005-05-27 19:20:29 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2005-05-27 19:20:29 +0200 |
commit | b4859c59d51baa12e6ee9f6950c024af3ef2a6fd (patch) | |
tree | 8b9984a6c6b248b041e13f66819054f123ef456e /Makefile.am | |
parent | 1bf54d0943a0d5f9acce72b1affe17a3ca9d7530 (diff) | |
download | mariadb-git-b4859c59d51baa12e6ee9f6950c024af3ef2a6fd.tar.gz |
- fixed the "test-force" target in the toplevel Makefile.am for systems on which
"." is not in the PATH...
Makefile.am:
- fixed the "test-force" target for systems on which "." is not in the PATH...
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 eec27484710..b5ebe8eb8ae 100644 --- a/Makefile.am +++ b/Makefile.am @@ -104,8 +104,8 @@ test: test-force: cd mysql-test; \ - mysql-test-run --force ;\ - mysql-test-run --ps-protocol --force + ./mysql-test-run --force ;\ + ./mysql-test-run --ps-protocol --force # Don't update the files from bitkeeper %::SCCS/s.% |