more testing

This commit is contained in:
dm-2 2022-11-15 16:01:54 +00:00
parent 1b22f784e3
commit 512751968f
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"
bash ./localtests/test.sh -b bin/gh-ost datetime-with-zero
bash -x ./localtests/test.sh -b bin/gh-ost
find sandboxes -name "stop_all" | bash
}