You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2013/04/11 20:13:04 UTC

svn commit: r1467027 - /accumulo/branches/1.5/core/src/main/scripts/generate-thrift.sh

Author: ctubbsii
Date: Thu Apr 11 18:13:03 2013
New Revision: 1467027

URL: http://svn.apache.org/r1467027
Log:
ACCUMULO-1250 Trivially fail the build when thrift profile is active

Modified:
    accumulo/branches/1.5/core/src/main/scripts/generate-thrift.sh

Modified: accumulo/branches/1.5/core/src/main/scripts/generate-thrift.sh
URL: http://svn.apache.org/viewvc/accumulo/branches/1.5/core/src/main/scripts/generate-thrift.sh?rev=1467027&r1=1467026&r2=1467027&view=diff
==============================================================================
--- accumulo/branches/1.5/core/src/main/scripts/generate-thrift.sh (original)
+++ accumulo/branches/1.5/core/src/main/scripts/generate-thrift.sh Thu Apr 11 18:13:03 2013
@@ -47,8 +47,7 @@ if [ "$VERSION" -ne 1 ] ; then 
   echo "*** thrift is not available"
   echo "***   expecting 'thrift -version' to return ${REQUIRED_THRIFT_VERSION}"
   echo "*** generated code will not be updated"
-  echo "****************************************************"
-  exit 0
+  fail "****************************************************"
 fi
 
 # Include thrift sources from additional modules