mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Adding funcs_1 into "make test"
This commit is contained in:
parent
a363c06ed0
commit
3b3955be5a
1 changed files with 2 additions and 1 deletions
|
@ -98,7 +98,8 @@ test-pr:
|
|||
|
||||
test-ns:
|
||||
cd mysql-test ; \
|
||||
@PERL@ ./mysql-test-run.pl $(force) $(mem) --mysqld=--binlog-format=mixed
|
||||
@PERL@ ./mysql-test-run.pl $(force) $(mem) --mysqld=--binlog-format=mixed ; \
|
||||
@PERL@ ./mysql-test-run.pl $(force) $(mem) --suite=funcs_1
|
||||
|
||||
test-binlog-statement:
|
||||
cd mysql-test ; \
|
||||
|
|
Loading…
Reference in a new issue