From 838e776542150e2ed4881d3fbf4df674cdd4758c Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 21 Jan 2003 10:33:29 +0000 Subject: [PATCH] use 'make test-full' instead of only 'make test' as it gives a lot of more info in case of failures --- testcurl.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.50.1