We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa96757 commit 49b3917Copy full SHA for 49b3917
1 file changed
localtests/test.sh
@@ -87,7 +87,7 @@ test_single() {
87
ignore_versions=$(cat $tests_path/$test_name/ignore_versions)
88
mysql_version=$(gh-ost-test-mysql-master -s -s -e "select @@version")
89
if echo "$mysql_version" | egrep "^${ignore_versions}" ; then
90
- echo -n "Testing: $test_name"
+ echo -n "Skipping: $test_name"
91
return 0
92
fi
93
0 commit comments