mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
Makefile.am
Makefile syntax error, comment should precede the whole target.
This commit is contained in:
parent
2cf168d6aa
commit
151504a3d0
1 changed files with 1 additions and 1 deletions
|
@ -101,8 +101,8 @@ test-binlog-statement:
|
|||
cd mysql-test ; \
|
||||
@PERL@ ./mysql-test-run.pl $(force) --mysqld=--binlog-format=statement
|
||||
|
||||
# This code is duplicated in "test-bt", see the Changeset comment of 2007-Dec-07
|
||||
test-embedded:
|
||||
# This code is duplicated in "test-bt", see the Changeset comment of 2007-Dec-07
|
||||
if [ -e bin/mysqltest_embedded -o -e libmysqld/examples/mysqltest_embedded ] ; then \
|
||||
cd mysql-test ; MTR_BUILD_THREAD=auto \
|
||||
@PERL@ ./mysql-test-run.pl --comment=embedded --force --timer \
|
||||
|
|
Loading…
Reference in a new issue