Author: jfrederic.clere(a)jboss.com
Date: 2014-01-24 10:50:13 -0500 (Fri, 24 Jan 2014)
New Revision: 3183
Modified:
trunk/build/unix/buildbin.mod_cluster.sh
Log:
Try to fail early.
Modified: trunk/build/unix/buildbin.mod_cluster.sh
===================================================================
--- trunk/build/unix/buildbin.mod_cluster.sh 2014-01-24 15:26:11 UTC (rev 3182)
+++ trunk/build/unix/buildbin.mod_cluster.sh 2014-01-24 15:50:13 UTC (rev 3183)
@@ -377,11 +377,11 @@
else
cp *.so ../../target
fi
- )
+ ) || exit 1
done
(cd ../mod_cluster/target
tar -cf - *.so | gzip -c >
${build_top}/output/${PACKAGE}-${build_version}-${BUILD_SYS}-${BUILD_CPU}-so.tar.gz
- )
+ ) || exit 1
fi
echo "Done"
Show replies by date