From: Daniel Stenberg Date: Wed, 3 Mar 2004 14:46:37 +0000 (+0000) Subject: show curl --version output as well X-Git-Tag: curl-7_11_1~128 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de6433d5c268dfc6372a4802c7e843c9759c3449;p=thirdparty%2Fcurl.git show curl --version output as well --- diff --git a/testcurl.sh b/testcurl.sh index 9571a92a47..1b63c68c93 100755 --- a/testcurl.sh +++ b/testcurl.sh @@ -275,6 +275,10 @@ else die "src/curl was not created" fi +log "display curl --version output" + +./src/curl --version + log "run make test-full" make test-full 2>&1 | sed -e "s:$pwd::g" | tee $buildlog