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 62ec959 commit 3edea72Copy full SHA for 3edea72
contrib/qa/test-binary-availability.sh
@@ -25,5 +25,5 @@ do
25
curl -sI "https://bitcoincore.org${url}"
26
else
27
curl -sI "$url"
28
- fi | grep -q '200 OK' || echo "Error: Could not retrieve $url"
+ fi | egrep -q '(200 OK|HTTP/2 200)' || echo "Error: Could not retrieve $url"
29
done | if grep . ; then sed 1iERROR ; false ; else true ; fi
0 commit comments