Commit 8471a82c authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

run 'make test-full' instead of 'make test' to get more details in case of

errors
parent ed4dff63
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"