From 8f9f6c10399c56d014e32801afca66ed910fd885 Mon Sep 17 00:00:00 2001 From: Shlomi Noach Date: Mon, 26 Feb 2018 15:22:57 +0200 Subject: [PATCH] more verbose --- script/cibuild-gh-ost-replica-tests | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/script/cibuild-gh-ost-replica-tests b/script/cibuild-gh-ost-replica-tests index e254c1b..1e44035 100755 --- a/script/cibuild-gh-ost-replica-tests +++ b/script/cibuild-gh-ost-replica-tests @@ -10,7 +10,9 @@ test_mysql_version() { local mysql_version mysql_version="$1" - echo "# Testing $mysql_version" + echo "##### Testing $mysql_version" + + echo "### Setting up sandbox for $mysql_version" find sandboxes -name "stop_all" | bash @@ -32,6 +34,7 @@ test_mysql_version() { gh-ost-test-mysql-master -uroot -e "grant all on *.* to 'gh-ost'@'%' identified by 'gh-ost'" + echo "### Running gh-ost tests for $mysql_version" ./localtests/test.sh -b bin/gh-ost find sandboxes -name "stop_all" | bash