5.5 excluded tests

This commit is contained in:
Shlomi Noach 2018-02-26 18:38:39 +02:00
parent ac7765eb9f
commit 9061d4fa5b
4 changed files with 4 additions and 1 deletions

View File

@ -0,0 +1 @@
(5.5)

View File

@ -0,0 +1 @@
(5.5)

View File

@ -0,0 +1 @@
(5.5)

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 "ignoring"
echo -n "Testing: $test_name"
return 0
fi
fi