verify-linkchecker.sh now exits with a non-zero return code if found invalid links
This commit is contained in:
		| @@ -52,8 +52,7 @@ done | ||||
| if [ ${found_invalid} = true ]; then | ||||
|   echo "Summary of invalid links:" | ||||
|   cat ${OUTPUT}/error | ||||
|   exit 1 | ||||
| fi | ||||
|  | ||||
| trap "cleanup" EXIT SIGINT | ||||
|  | ||||
| # ex: ts=2 sw=2 et filetype=sh | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Chao Xu
					Chao Xu