1
0
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:
Daniel Stenberg 2003-01-21 10:36:35 +00:00
parent ed4dff63b9
commit 8471a82c85

View File

@ -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"