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 3069b03 commit 0e7d61aCopy full SHA for 0e7d61a
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
+ 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