Updated Branches: refs/heads/FLUME-1787 7e15f5d68 -> c5119842f
Fix bug on printing results due to refactor Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/c5119842 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/c5119842 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/c5119842 Branch: refs/heads/FLUME-1787 Commit: c5119842f4dddbf27ae46f3c7c30fed220f800d9 Parents: 7e15f5d Author: Brock Noland <[email protected]> Authored: Thu Dec 20 15:30:28 2012 -0600 Committer: Brock Noland <[email protected]> Committed: Thu Dec 20 15:30:28 2012 -0600 ---------------------------------------------------------------------- dev-support/test-patch.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/c5119842/dev-support/test-patch.py ---------------------------------------------------------------------- diff --git a/dev-support/test-patch.py b/dev-support/test-patch.py index ab13602..70eee23 100755 --- a/dev-support/test-patch.py +++ b/dev-support/test-patch.py @@ -295,6 +295,6 @@ mvn_install(result, output_dir) if run_tests: mvn_test(result, output_dir) else: - result.info.append("patch applied and built but tests did not execute") + result.info("patch applied and built but tests did not execute") result.exit_handler()
