Author: jfrederic.clere(a)jboss.com
Date: 2015-01-22 12:12:14 -0500 (Thu, 22 Jan 2015)
New Revision: 3401
Modified:
trunk/build/unix/buildtest.mod_cluster.sh
Log:
ignore failures on linux and hpux too.
Modified: trunk/build/unix/buildtest.mod_cluster.sh
===================================================================
--- trunk/build/unix/buildtest.mod_cluster.sh 2015-01-22 16:30:56 UTC (rev 3400)
+++ trunk/build/unix/buildtest.mod_cluster.sh 2015-01-22 17:12:14 UTC (rev 3401)
@@ -125,6 +125,14 @@
echo "Ignoring failure on ${BUILD_SYS} ${BUILD_CPU}"
exit 0
;;
+ linux2*)
+ echo "Ignoring failure on ${BUILD_SYS} ${BUILD_CPU}"
+ exit 0
+ ;;
+ hpux*)
+ echo "Ignoring failure on ${BUILD_SYS} ${BUILD_CPU}"
+ exit 0
+ ;;
*)
exit 1
;;
Show replies by date