mirror of
https://github.com/curl/curl.git
synced 2026-08-25 18:53:39 +03:00
show curl --version output as well
This commit is contained in:
parent
23ef66f33a
commit
de6433d5c2
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue