[Commits] 19dc4726f20: test fix
revision-id: 19dc4726f20732f12655f298b9aa316046968e3f (mariadb-10.4.4-95-g19dc4726f20) parent(s): fce3074e1979638692c850d45e2dccb463e002b2 author: Oleksandr Byelkin committer: Oleksandr Byelkin timestamp: 2019-05-17 16:24:37 +0200 message: test fix --- mysql-test/main/bootstrap.test | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mysql-test/main/bootstrap.test b/mysql-test/main/bootstrap.test index e9f45f85c85..5af7274c878 100644 --- a/mysql-test/main/bootstrap.test +++ b/mysql-test/main/bootstrap.test @@ -76,7 +76,9 @@ SELECT 'bug' as '' FROM INFORMATION_SCHEMA.ENGINES WHERE engine='innodb' --write_file $MYSQLTEST_VARDIR/tmp/1 use test; EOF +--source include/kill_mysqld.inc --exec $MYSQLD_BOOTSTRAP_CMD < $MYSQLTEST_VARDIR/tmp/1 >> $MYSQLTEST_VARDIR/tmp/bootstrap.log 2>&1 +--source include/start_mysqld.inc --remove_file $MYSQLTEST_VARDIR/tmp/1 --echo End of 5.5 tests
participants (1)
-
Oleksandr Byelkin