add extra debugging output

This commit is contained in:
dm-2 2022-11-18 15:11:44 +00:00
parent 512751968f
commit cd65c7e9ad
1 changed files with 2 additions and 1 deletions

View File

@ -116,7 +116,8 @@ test_single() {
gh-ost-test-mysql-replica --default-character-set=utf8mb4 test -e "set @@global.sql_mode='$(cat $tests_path/$test_name/sql_mode)'"
fi
gh-ost-test-mysql-master --default-character-set=utf8mb4 test < $tests_path/$test_name/create.sql
cat $tests_path/$test_name/create.sql
bash -x gh-ost-test-mysql-master --default-character-set=utf8mb4 test < $tests_path/$test_name/create.sql
extra_args=""
if [ -f $tests_path/$test_name/extra_args ] ; then