mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05: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