From 1b22f784e3858b21767c78c6f74547db23e90266 Mon Sep 17 00:00:00 2001 From: dm-2 <45519614+dm-2@users.noreply.github.com> Date: Tue, 15 Nov 2022 15:06:19 +0000 Subject: [PATCH] temp commit to investigate datetime-with-zero test failure --- 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 c4dbfd2..bc8b788 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" - ./localtests/test.sh -b bin/gh-ost + bash ./localtests/test.sh -b bin/gh-ost datetime-with-zero find sandboxes -name "stop_all" | bash }