We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49b3917 commit 07a4a69Copy full SHA for 07a4a69
1 file changed
localtests/test.sh
@@ -86,7 +86,7 @@ test_single() {
86
if [ -f $tests_path/$test_name/ignore_versions ] ; then
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
+ if echo "$mysql_version" | egrep -q "^${ignore_versions}" ; then
90
echo -n "Skipping: $test_name"
91
return 0
92
fi
0 commit comments