aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtestcurl.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/testcurl.sh b/testcurl.sh
index 25dd9ed6d..22bdf819d 100755
--- a/testcurl.sh
+++ b/testcurl.sh
@@ -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"