mirror of
https://github.com/curl/curl.git
synced 2025-02-05 14:30:10 +08:00
show curl --version output as well
This commit is contained in:
parent
23ef66f33a
commit
de6433d5c2
@ -275,6 +275,10 @@ else
|
|||||||
die "src/curl was not created"
|
die "src/curl was not created"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
log "display curl --version output"
|
||||||
|
|
||||||
|
./src/curl --version
|
||||||
|
|
||||||
log "run make test-full"
|
log "run make test-full"
|
||||||
make test-full 2>&1 | sed -e "s:$pwd::g" | tee $buildlog
|
make test-full 2>&1 | sed -e "s:$pwd::g" | tee $buildlog
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user