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 d5f4fcd commit d296fd8Copy full SHA for d296fd8
ci/testkomodo.sh
@@ -25,7 +25,7 @@ start_integration_test () {
25
# Sometimes the chromium-browser has no matching chromedriver.
26
# Check for HTTP 404 error
27
download_url="https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/$chromium_version/linux64/chromedriver-linux64.zip"
28
- download_status=$((curl --head "$download_url" || true) | grep -oP 'HTTP/.+? 200 OK')
+ download_status=$(curl --head "$download_url" | grep -oP 'HTTP/.+? 200 OK' || true)
29
30
driver_version=$chromium_version
31
if [[ -z "$download_status" ]]; then
0 commit comments