Skip to content

Commit b51e808

Browse files
committed
Tests: fix ignored return value from htmlproofer
Fixes bug in the tests introduced in 0e7d61a
1 parent 1aa9649 commit b51e808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ test: test-fast test-slow
1212

1313
test-slow:
1414
## Check for malformed HTML and broken internal links
15-
bundle exec htmlproof --check-html --disable-external --url-ignore '/^\/bin/.*/' ./_site | cat
15+
bash -c "set -o pipefail ; bundle exec htmlproof --check-html --disable-external --url-ignore '/^\/bin/.*/' ./_site | cat"
1616
## Check that links on the /en/download page point to the separately-stored binaries in /bin
1717
contrib/qa/test-binary-availability.sh && echo "SUCCESS checking URLs for binaries"
1818

0 commit comments

Comments
 (0)