From: Yang Tse Date: Fri, 23 Dec 2011 10:08:06 +0000 (+0100) Subject: testcurl.pl: temporary change X-Git-Tag: curl-7_24_0~95 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e71e226f;p=thirdparty%2Fcurl.git testcurl.pl: temporary change Allow autobuilds to run a couple of days without filtering out aclocal underquoted definition warnings. --- diff --git a/tests/testcurl.pl b/tests/testcurl.pl index 83a42614aa..b6486ac2f4 100755 --- a/tests/testcurl.pl +++ b/tests/testcurl.pl @@ -431,11 +431,12 @@ if ($git) { unlink "autom4te.cache"; # generate the build files - logit "invoke buildconf, but filter off aclocal underquoted definition warnings"; +# logit "invoke buildconf, but filter off aclocal underquoted definition warnings"; + logit "invoke buildconf"; open(F, "./buildconf 2>&1 |") or die; open(LOG, ">$buildlog") or die; while () { - next if /warning: underquoted definition of/; +# next if /warning: underquoted definition of/; print; print LOG; }