summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkent/mysqldev@mysql.com/production.mysql.com <>2007-09-01 14:51:46 +0200
committerkent/mysqldev@mysql.com/production.mysql.com <>2007-09-01 14:51:46 +0200
commit2e3b140e9489f5917760f4552a7f3310064a844c (patch)
treed6571ea6b183d5e021e3575d98522484af118b53
parentd93c9911c40694ad5280486764a6f8e90c4a126c (diff)
downloadmariadb-git-2e3b140e9489f5917760f4552a7f3310064a844c.tar.gz
Makefile.am:
Traditional make wants line to start with TAB
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index f53054da111..94a9d6a5928 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -146,8 +146,8 @@ test-bt:
cd mysql-test ; MTR_BUILD_THREAD=auto \
@PERL@ ./mysql-test-run.pl --comment=NIST+ps --force --suite=nist --ps-protocol ; \
fi
- -cd mysql-test ; MTR_BUILD_THREAD=auto \
- @PERL@ ./mysql-test-run.pl --force --comment=stress --suite=stress
+ -cd mysql-test ; MTR_BUILD_THREAD=auto \
+ @PERL@ ./mysql-test-run.pl --force --comment=stress --suite=stress
# Re-enable the "jp" suite when bug#28563 is fixed
# -cd mysql-test ; MTR_BUILD_THREAD=auto \