1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 15:48:49 -05:00

show curl --version output as well

This commit is contained in:
Daniel Stenberg 2004-03-03 14:46:37 +00:00
parent 23ef66f33a
commit de6433d5c2

View File

@ -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