Skip to content
Snippets Groups Projects
Commit de6433d5 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

show curl --version output as well

parent 23ef66f3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment