debugging

This commit is contained in:
dm-2 2022-11-18 15:32:34 +00:00
parent cd65c7e9ad
commit 7cebc16c6f
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ test_single() {
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
echo $?
extra_args=""
if [ -f $tests_path/$test_name/extra_args ] ; then