diff options
author | unknown <holyfoot/hf@mysql.com/deer.(none)> | 2006-11-16 23:00:48 +0400 |
---|---|---|
committer | unknown <holyfoot/hf@mysql.com/deer.(none)> | 2006-11-16 23:00:48 +0400 |
commit | e78fd1d14b7b151c4968702a28292d1d41b4f2ea (patch) | |
tree | abfb5567e1c53d65fa8f96df8bf69db9599a8ac3 /Makefile.am | |
parent | 83a7bbf730a0b274fa1050eda174a3f718b6007a (diff) | |
download | mariadb-git-e78fd1d14b7b151c4968702a28292d1d41b4f2ea.tar.gz |
merging
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 48f84269313..12a867c1ad7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -126,7 +126,7 @@ test-force-pl: ./mysql-test-run.pl --ps-protocol --force #used by autopush.pl to run memory based tests -test-force-mem: +test-force-pl-mem: cd mysql-test; \ ./mysql-test-run.pl --force --mem && \ ./mysql-test-run.pl --ps-protocol --force --mem |