Updated Branches: refs/heads/SQOOP-1082 d9e8710b9 -> d35f978d7
Dying on incorrect branch Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/d35f978d Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/d35f978d Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/d35f978d Branch: refs/heads/SQOOP-1082 Commit: d35f978d736adbec963e870887a90bf3db670065 Parents: d9e8710 Author: Jarek Jarcec Cecho <[email protected]> Authored: Sun Jun 16 12:33:29 2013 -0700 Committer: Jarek Jarcec Cecho <[email protected]> Committed: Sun Jun 16 12:33:29 2013 -0700 ---------------------------------------------------------------------- dev-support/test-patch.py | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/d35f978d/dev-support/test-patch.py ---------------------------------------------------------------------- diff --git a/dev-support/test-patch.py b/dev-support/test-patch.py index 8a01a16..9b03be7 100755 --- a/dev-support/test-patch.py +++ b/dev-support/test-patch.py @@ -362,6 +362,7 @@ else: # Verify that we are on supported branch if not sqoop_verify_branch(branch): print "ERROR: Unsupported branch %s" % (branch) + sys.exit(1) mvn_clean(result, output_dir) git_checkout(result, branch)
