We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5127519 commit cd65c7eCopy full SHA for cd65c7e
localtests/test.sh
@@ -116,7 +116,8 @@ test_single() {
116
gh-ost-test-mysql-replica --default-character-set=utf8mb4 test -e "set @@global.sql_mode='$(cat $tests_path/$test_name/sql_mode)'"
117
fi
118
119
- gh-ost-test-mysql-master --default-character-set=utf8mb4 test < $tests_path/$test_name/create.sql
+ 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
121
122
extra_args=""
123
if [ -f $tests_path/$test_name/extra_args ] ; then
0 commit comments