diff options
author | Yang Tse <yangsita@gmail.com> | 2009-06-03 00:07:46 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-06-03 00:07:46 +0000 |
commit | 7bf82a814b7f5f83b1a6590f3ef3764fa1c26d3f (patch) | |
tree | bac8658e701d0b28362ce72ae99494e0bb503c1e /tests/testcurl.pl | |
parent | e1270928a3cfec93627154018235480b77b9b1fa (diff) | |
download | curl-7bf82a814b7f5f83b1a6590f3ef3764fa1c26d3f.tar.gz |
Die when instructed to build c-ares and this fails
Diffstat (limited to 'tests/testcurl.pl')
-rwxr-xr-x | tests/testcurl.pl | 2 |
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 |