We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3795366 commit 91bb9c9Copy full SHA for 91bb9c9
Base/check-grid.sh
@@ -27,4 +27,4 @@ do
27
esac
28
done
29
30
-curl -sSL http://${HOST}:${PORT}/wd/hub/status | jq -r '.value.ready' | grep "true" || exit 1
+curl -sSL http://${HOST}:${PORT}/wd/hub/status | jq -r '.value.ready' | grep -q "true" || exit 1
0 commit comments