diff --git a/functions/check_dead.sh b/functions/check_dead.sh index 0cadad404..5f4be40ee 100644 --- a/functions/check_dead.sh +++ b/functions/check_dead.sh @@ -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 diff --git a/functions/test_functions.sh b/functions/test_functions.sh index cae3bbbbd..52ed14237 100644 --- a/functions/test_functions.sh +++ b/functions/test_functions.sh @@ -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