skipping wording

This commit is contained in:
Shlomi Noach 2018-02-26 18:43:41 +02:00
parent fa96757332
commit 49b3917d2b

View File

@ -87,7 +87,7 @@ test_single() {
ignore_versions=$(cat $tests_path/$test_name/ignore_versions)
mysql_version=$(gh-ost-test-mysql-master -s -s -e "select @@version")
if echo "$mysql_version" | egrep "^${ignore_versions}" ; then
echo -n "Testing: $test_name"
echo -n "Skipping: $test_name"
return 0
fi
fi