mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05: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
@ -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…
Reference in New Issue
Block a user