Skip to content

Commit 07a4a69

Browse files
author
Shlomi Noach
committed
quiet grep
1 parent 49b3917 commit 07a4a69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

localtests/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ test_single() {
8686
if [ -f $tests_path/$test_name/ignore_versions ] ; then
8787
ignore_versions=$(cat $tests_path/$test_name/ignore_versions)
8888
mysql_version=$(gh-ost-test-mysql-master -s -s -e "select @@version")
89-
if echo "$mysql_version" | egrep "^${ignore_versions}" ; then
89+
if echo "$mysql_version" | egrep -q "^${ignore_versions}" ; then
9090
echo -n "Skipping: $test_name"
9191
return 0
9292
fi

0 commit comments

Comments
 (0)