From: Daniel Stenberg Date: Tue, 21 Jan 2003 10:33:29 +0000 (+0000) Subject: use 'make test-full' instead of only 'make test' as it gives a lot of more X-Git-Tag: curl-7_10_4~199 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=838e776542150e2ed4881d3fbf4df674cdd4758c;p=curl use 'make test-full' instead of only 'make test' as it gives a lot of more info in case of failures --- diff --git a/testcurl.sh b/testcurl.sh index 32c10b89d..25dd9ed6d 100755 --- a/testcurl.sh +++ b/testcurl.sh @@ -18,8 +18,8 @@ version=1 fixed=0 die(){ - echo "testcurl: ENDING HERE" - exit 1 + echo "testcurl: ENDING HERE" + exit 1 } if [ -f setup ]; then