Skip to content

Commit 8f9f6c1

Browse files
author
Shlomi Noach
committed
more verbose
1 parent df9dd49 commit 8f9f6c1

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

script/cibuild-gh-ost-replica-tests

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ test_mysql_version() {
1010
local mysql_version
1111
mysql_version="$1"
1212

13-
echo "# Testing $mysql_version"
13+
echo "##### Testing $mysql_version"
14+
15+
echo "### Setting up sandbox for $mysql_version"
1416

1517
find sandboxes -name "stop_all" | bash
1618

@@ -32,6 +34,7 @@ test_mysql_version() {
3234

3335
gh-ost-test-mysql-master -uroot -e "grant all on *.* to 'gh-ost'@'%' identified by 'gh-ost'"
3436

37+
echo "### Running gh-ost tests for $mysql_version"
3538
./localtests/test.sh -b bin/gh-ost
3639

3740
find sandboxes -name "stop_all" | bash

0 commit comments

Comments
 (0)