Author: jfrederic.clere(a)jboss.com
Date: 2012-02-06 04:45:59 -0500 (Mon, 06 Feb 2012)
New Revision: 2919
Modified:
trunk/build/unix/buildtest.mod_cluster.sh
Log:
test the mvn command...
Modified: trunk/build/unix/buildtest.mod_cluster.sh
===================================================================
--- trunk/build/unix/buildtest.mod_cluster.sh 2012-02-01 14:50:25 UTC (rev 2918)
+++ trunk/build/unix/buildtest.mod_cluster.sh 2012-02-06 09:45:59 UTC (rev 2919)
@@ -91,8 +91,8 @@
echo "Can't start httpd"
exit 1
fi
+ fail=false
mvn install
- fail=false
if [ $? -ne 0 ]; then
echo "Some test have failed"
fail=true
Show replies by date