From eb4d65d0ba02131f111a4f272a4c28520ae0d1c8 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Fri, 13 Feb 2004 07:15:36 +0000
Subject: [PATCH] Tor Arntsen made the ares build warnings etc get included as
 well

---
 testcurl.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testcurl.sh b/testcurl.sh
index 4572661019..c21d319a98 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
-- 
GitLab