]> granicus.if.org Git - curl/commitdiff
use 'make test-full' instead of only 'make test' as it gives a lot of more
authorDaniel Stenberg <daniel@haxx.se>
Tue, 21 Jan 2003 10:33:29 +0000 (10:33 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 21 Jan 2003 10:33:29 +0000 (10:33 +0000)
info in case of failures

testcurl.sh

index 32c10b89dc10a898ac59ac77c04a67937f85c07c..25dd9ed6ddbe3a3ed4345f35ae12f9e4bc3db117 100755 (executable)
@@ -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