Skip to content

Commit

Permalink
fix test command
Browse files Browse the repository at this point in the history
  • Loading branch information
shihtiy-tw committed Dec 30, 2023
1 parent 33accf4 commit 09d3707
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/test
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ main() {
# test
bundle exec htmlproofer "$SITE_DIR" \
--disable-external=true \
--ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/"
#--ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/"
--check-html --allow-hash_href --trace --ignore-urls "/^http:\/\//"

}

while (($#)); do
Expand Down

0 comments on commit 09d3707

Please sign in to comment.