aboutsummaryrefslogtreecommitdiff
path: root/tests/testcurl.pl
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-06-03 00:07:46 +0000
committerYang Tse <yangsita@gmail.com>2009-06-03 00:07:46 +0000
commit7bf82a814b7f5f83b1a6590f3ef3764fa1c26d3f (patch)
treebac8658e701d0b28362ce72ae99494e0bb503c1e /tests/testcurl.pl
parente1270928a3cfec93627154018235480b77b9b1fa (diff)
Die when instructed to build c-ares and this fails
Diffstat (limited to 'tests/testcurl.pl')
-rwxr-xr-xtests/testcurl.pl2
1 files changed, 1 insertions, 1 deletions
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