From de6433d5c268dfc6372a4802c7e843c9759c3449 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 3 Mar 2004 14:46:37 +0000 Subject: show curl --version output as well --- testcurl.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/testcurl.sh b/testcurl.sh index 9571a92a4..1b63c68c9 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 -- cgit v1.2.3