]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
show curl --version output as well
authorDaniel Stenberg <daniel@haxx.se>
Wed, 3 Mar 2004 14:46:37 +0000 (14:46 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 3 Mar 2004 14:46:37 +0000 (14:46 +0000)
testcurl.sh

index 9571a92a4702ae530ed756b2d28ec7f3ef49da18..1b63c68c93e9c9e668eae70787234de3983c786b 100755 (executable)
@@ -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