Author: jfrederic.clere(a)jboss.com
Date: 2009-10-13 03:37:30 -0400 (Tue, 13 Oct 2009)
New Revision: 2576
Modified:
sandbox/httpd/httpd.test
Log:
Write an error message if apr-util-1.3.x failed.
Modified: sandbox/httpd/httpd.test
===================================================================
--- sandbox/httpd/httpd.test 2009-10-13 07:20:30 UTC (rev 2575)
+++ sandbox/httpd/httpd.test 2009-10-13 07:37:30 UTC (rev 2576)
@@ -91,6 +91,7 @@
make install
)
if [ $? -ne 0 ]; then
+ echo "Can't build apr-util-1.3.x"
exit 1
fi
Show replies by date