Author: jfrederic.clere(a)jboss.com
Date: 2012-04-12 03:12:38 -0400 (Thu, 12 Apr 2012)
New Revision: 2942
Modified:
trunk/build/unix/buildtest.mod_cluster.sh
Log:
Now the tests are running or at least should be successful ;-)
Modified: trunk/build/unix/buildtest.mod_cluster.sh
===================================================================
--- trunk/build/unix/buildtest.mod_cluster.sh 2012-04-11 11:16:17 UTC (rev 2941)
+++ trunk/build/unix/buildtest.mod_cluster.sh 2012-04-12 07:12:38 UTC (rev 2942)
@@ -95,7 +95,7 @@
mvn install
if [ $? -ne 0 ]; then
echo "Some test have failed"
- # fail=true (I can't get it work with maven).
+ fail=true
fi
ant -DBUILDTEST=Y -Dbuild_version=${build_version} -Droot=$root
-Dbase.apache="${BASELOC}" stophttpd
if [ $? -ne 0 ]; then
Show replies by date