From 7cebc16c6fc56e168f9732a152afa54f9d71a6ae Mon Sep 17 00:00:00 2001 From: dm-2 <45519614+dm-2@users.noreply.github.com> Date: Fri, 18 Nov 2022 15:32:34 +0000 Subject: [PATCH] debugging --- localtests/test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/localtests/test.sh b/localtests/test.sh index a3c8fa4..b953861 100755 --- a/localtests/test.sh +++ b/localtests/test.sh @@ -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