Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Apr 2, 2024
1 parent e7732bb commit 339c179
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions functions/check_dead.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ main() {
# Cache dead domains (done last to skip alive domains check)
cat dead_in_raw.tmp >> "$DEAD_DOMAINS"
format_file "$DEAD_DOMAINS"

exit 1 # FOR TESTING
}

# Function 'check_subdomains' removes dead domains from the subdomains file
Expand Down
2 changes: 1 addition & 1 deletion functions/test_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ TEST_DEAD_CHECK() {

# Run script and check exit status
if ! run_script check_dead.sh; then
printf "\e[1m[warn] Script returned with an error\e[0m\n"
printf "\e[1m[warn] Script returned with an error\e[0m\n\n"
error=true
fi

Expand Down

0 comments on commit 339c179

Please sign in to comment.