We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df9dd49 commit 8f9f6c1Copy full SHA for 8f9f6c1
1 file changed
script/cibuild-gh-ost-replica-tests
@@ -10,7 +10,9 @@ test_mysql_version() {
10
local mysql_version
11
mysql_version="$1"
12
13
- echo "# Testing $mysql_version"
+ echo "##### Testing $mysql_version"
14
+
15
+ echo "### Setting up sandbox for $mysql_version"
16
17
find sandboxes -name "stop_all" | bash
18
@@ -32,6 +34,7 @@ test_mysql_version() {
32
34
33
35
gh-ost-test-mysql-master -uroot -e "grant all on *.* to 'gh-ost'@'%' identified by 'gh-ost'"
36
37
+ echo "### Running gh-ost tests for $mysql_version"
38
./localtests/test.sh -b bin/gh-ost
39
40
0 commit comments