Author: abayer
Date: Tue Sep 20 15:14:07 2011
New Revision: 1173183
URL: http://svn.apache.org/viewvc?rev=1173183&view=rev
Log:
BIGTOP-100. Whirr packaging build fails if we're not running the tests.
This looks to be a bit of weird legacy nonsense - cli/whirr.log is
only generated if we run the unit tests, but the only reason we care
about it is so that we can exclude it from the package in the first
place. For now, the easiest thing to do is to run the tests again.
Modified:
incubator/bigtop/trunk/bigtop-packages/src/common/whirr/do-component-build
Modified:
incubator/bigtop/trunk/bigtop-packages/src/common/whirr/do-component-build
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-packages/src/common/whirr/do-component-build?rev=1173183&r1=1173182&r2=1173183&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-packages/src/common/whirr/do-component-build
(original)
+++ incubator/bigtop/trunk/bigtop-packages/src/common/whirr/do-component-build
Tue Sep 20 15:14:07 2011
@@ -16,5 +16,5 @@
set -ex
-mvn clean source:jar install assembly:assembly -Pjavadoc site -DskipTests "$@"
+mvn clean source:jar install assembly:assembly -Pjavadoc site "$@"