Author: nickboldt
Date: 2010-04-12 10:44:36 -0400 (Mon, 12 Apr 2010)
New Revision: 21436
Modified:
branches/modular_build/runtests.sh
Log:
add detail about --fail-at-end usage
Modified: branches/modular_build/runtests.sh
===================================================================
--- branches/modular_build/runtests.sh 2010-04-12 14:44:11 UTC (rev 21435)
+++ branches/modular_build/runtests.sh 2010-04-12 14:44:36 UTC (rev 21436)
@@ -8,9 +8,10 @@
# -pl - list of projects to build
# -o - offline mode (don't search remote repos)
# -Dmaven.test.skip - compile but do not run tests
+ # --fail-at-end - fail build after ALL tests have run, not at first failure
echo "Usage: $0 workingdir flags targets"
echo "Eg: $0 as/ -Dmaven.test.skip clean install"
- echo "Eg: $0 bpel/tests/ -o install"
+ echo "Eg: $0 bpel/tests/ -o --fail-at-end install"
exit 1;
fi
Show replies by date