diff --git a/localtests/datetime-submillis-zeroleading/ignore_versions b/localtests/datetime-submillis-zeroleading/ignore_versions new file mode 100644 index 0000000..7acd3f0 --- /dev/null +++ b/localtests/datetime-submillis-zeroleading/ignore_versions @@ -0,0 +1 @@ +(5.5) diff --git a/localtests/datetime-submillis/ignore_versions b/localtests/datetime-submillis/ignore_versions new file mode 100644 index 0000000..7acd3f0 --- /dev/null +++ b/localtests/datetime-submillis/ignore_versions @@ -0,0 +1 @@ +(5.5) diff --git a/localtests/datetime/ignore_versions b/localtests/datetime/ignore_versions new file mode 100644 index 0000000..7acd3f0 --- /dev/null +++ b/localtests/datetime/ignore_versions @@ -0,0 +1 @@ +(5.5) diff --git a/localtests/test.sh b/localtests/test.sh index 9ab0c18..975eaf3 100755 --- a/localtests/test.sh +++ b/localtests/test.sh @@ -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