temp commit to investigate datetime-with-zero test failure

This commit is contained in:
dm-2 2022-11-15 15:06:19 +00:00
parent fb82caf9e7
commit 1b22f784e3
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ test_mysql_version() {
gh-ost-test-mysql-master -uroot -e "grant all on *.* to 'gh-ost'@'%'"
echo "### Running gh-ost tests for $mysql_version"
./localtests/test.sh -b bin/gh-ost
bash ./localtests/test.sh -b bin/gh-ost datetime-with-zero
find sandboxes -name "stop_all" | bash
}