From 3951314310854baee2f012992735b0f54e36b75f Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Sat, 22 Jun 2019 11:52:33 +0200 Subject: [PATCH] Debug Whitelisting Test --- .dev-tools/test-blocker.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.dev-tools/test-blocker.sh b/.dev-tools/test-blocker.sh index 57468b5f8..49f59eefa 100755 --- a/.dev-tools/test-blocker.sh +++ b/.dev-tools/test-blocker.sh @@ -262,6 +262,7 @@ if curl -v -A "Nutch" http://localhost:9000/index.php 2>&1 | grep -i 'Welcome'; else echo "$(tput setaf 1)WHITELISTING FAILED - TEST FAILED" #exit 1 + curl -v -A "Nutch" http://localhost:9000/index.php 2>&1 fi } run_curltest16