Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Fail the broken link job when broken links are found (#12905)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeep-krishnamurthy authored Oct 22, 2018
1 parent 3c81b3f commit be9ca1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/nightly/broken_link_checker_test/test_broken_links.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,5 @@ def prepare_link_test_result(command_output):
else:
print(broken_links_summary)
print("END - Broken links summary")

# Fail the job as we found the broken links
sys.exit(-1)

0 comments on commit be9ca1b

Please sign in to comment.