aboutsummaryrefslogtreecommitdiff
path: root/testcurl.sh
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-02-13 07:15:36 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-02-13 07:15:36 +0000
commiteb4d65d0ba02131f111a4f272a4c28520ae0d1c8 (patch)
treec3e39fe44680bafc0f686d64f9087c1e574a6216 /testcurl.sh
parente7d9ea8919a519271feb6a3fa522dbed56bda880 (diff)
Tor Arntsen made the ares build warnings etc get included as well
Diffstat (limited to 'testcurl.sh')
-rwxr-xr-xtestcurl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testcurl.sh b/testcurl.sh
index 457266101..c21d319a9 100755
--- a/testcurl.sh
+++ b/testcurl.sh
@@ -207,7 +207,7 @@ if { grep "define USE_ARES" lib/config.h; } then
echo "testcurl: build ares"
cd ares
- make
+ make 2>&1 | sed -e "s:$pwd::g"
echo "testcurl: ares is now built"
# cd back to the curl build dir