From 512751968feb38cea5995c908540d9fe5f583766 Mon Sep 17 00:00:00 2001 From: dm-2 <45519614+dm-2@users.noreply.github.com> Date: Tue, 15 Nov 2022 16:01:54 +0000 Subject: [PATCH] more testing --- script/cibuild-gh-ost-replica-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/cibuild-gh-ost-replica-tests b/script/cibuild-gh-ost-replica-tests index bc8b788..0c37b27 100755 --- a/script/cibuild-gh-ost-replica-tests +++ b/script/cibuild-gh-ost-replica-tests @@ -61,7 +61,7 @@ test_mysql_version() { gh-ost-test-mysql-master -uroot -e "grant all on *.* to 'gh-ost'@'%'" echo "### Running gh-ost tests for $mysql_version" - bash ./localtests/test.sh -b bin/gh-ost datetime-with-zero + bash -x ./localtests/test.sh -b bin/gh-ost find sandboxes -name "stop_all" | bash }