aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-03-03 14:46:37 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-03-03 14:46:37 +0000
commitde6433d5c268dfc6372a4802c7e843c9759c3449 (patch)
tree2b1d5d57546c9d89433efa9425fe96db1c4b132e
parent23ef66f33a18eaec21b3c9307209def44e0fe635 (diff)
show curl --version output as well
-rwxr-xr-xtestcurl.sh4
1 files changed, 4 insertions, 0 deletions
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