Author: jfrederic.clere(a)jboss.com
Date: 2009-10-13 03:20:30 -0400 (Tue, 13 Oct 2009)
New Revision: 2575
Modified:
sandbox/httpd/httpd.test
Log:
Don't stop if apr-trunk build failed.
Modified: sandbox/httpd/httpd.test
===================================================================
--- sandbox/httpd/httpd.test 2009-10-06 14:07:07 UTC (rev 2574)
+++ sandbox/httpd/httpd.test 2009-10-13 07:20:30 UTC (rev 2575)
@@ -70,7 +70,7 @@
)
if [ $? -ne 0 ]; then
echo "Can't build apr-trunk"
- exit 1
+ # exit 1
fi
(cd apr-1.3.x
./buildconf
Show replies by date