mirror of
https://github.com/curl/curl.git
synced 2026-07-16 12:47:16 +03:00
run 'make test-full' instead of 'make test' to get more details in case of
errors
This commit is contained in:
parent
ed4dff63b9
commit
8471a82c85
1 changed files with 2 additions and 2 deletions
|
|
@ -123,8 +123,8 @@ else
|
|||
die
|
||||
fi
|
||||
|
||||
echo "testcurl: now run make test"
|
||||
make test 2>&1 | sed -e "s:$pwd::g" | tee build.log
|
||||
echo "testcurl: now run make test-full"
|
||||
make test-full 2>&1 | sed -e "s:$pwd::g" | tee build.log
|
||||
|
||||
if { grep "^TESTFAIL:" build.log; } then
|
||||
echo "testcurl: the tests were not successful"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue