Skip to content

Commit cd65c7e

Browse files
committed
add extra debugging output
1 parent 5127519 commit cd65c7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

localtests/test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ test_single() {
116116
gh-ost-test-mysql-replica --default-character-set=utf8mb4 test -e "set @@global.sql_mode='$(cat $tests_path/$test_name/sql_mode)'"
117117
fi
118118

119-
gh-ost-test-mysql-master --default-character-set=utf8mb4 test < $tests_path/$test_name/create.sql
119+
cat $tests_path/$test_name/create.sql
120+
bash -x gh-ost-test-mysql-master --default-character-set=utf8mb4 test < $tests_path/$test_name/create.sql
120121

121122
extra_args=""
122123
if [ -f $tests_path/$test_name/extra_args ] ; then

0 commit comments

Comments
 (0)