From 7bf82a814b7f5f83b1a6590f3ef3764fa1c26d3f Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Wed, 3 Jun 2009 00:07:46 +0000 Subject: Die when instructed to build c-ares and this fails --- tests/testcurl.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/testcurl.pl') diff --git a/tests/testcurl.pl b/tests/testcurl.pl index 1d1ea8810..4b5319523 100755 --- a/tests/testcurl.pl +++ b/tests/testcurl.pl @@ -614,7 +614,7 @@ if (grepfile("define USE_ARES", "lib/config$confsuffix.h")) { if (-f "libcares$libext") { logit "ares is now built successfully (libcares$libext)"; } else { - logit "ares build failed (libares$libext)"; + mydie "ares build failed (libcares$libext)"; } # cd back to the curl build dir -- cgit v1.2.3