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 1aa9649 commit b51e808Copy full SHA for b51e808
Makefile
@@ -12,7 +12,7 @@ test: test-fast test-slow
12
13
test-slow:
14
## Check for malformed HTML and broken internal links
15
- bundle exec htmlproof --check-html --disable-external --url-ignore '/^\/bin/.*/' ./_site | cat
+ bash -c "set -o pipefail ; bundle exec htmlproof --check-html --disable-external --url-ignore '/^\/bin/.*/' ./_site | cat"
16
## Check that links on the /en/download page point to the separately-stored binaries in /bin
17
contrib/qa/test-binary-availability.sh && echo "SUCCESS checking URLs for binaries"
18
0 commit comments