YETUS-87 whitespace console message is misleading Signed-off-by: Allen Wittenauer <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/a2f7e4dc Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/a2f7e4dc Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/a2f7e4dc Branch: refs/heads/YETUS-83 Commit: a2f7e4dc884bf9e4202f40ca793083b710053a82 Parents: 32ac5ca Author: Marco Zuehlke <[email protected]> Authored: Wed Nov 11 16:37:48 2015 +0100 Committer: Allen Wittenauer <[email protected]> Committed: Wed Nov 11 08:16:55 2015 -0800 ---------------------------------------------------------------------- precommit/test-patch.d/whitespace.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/a2f7e4dc/precommit/test-patch.d/whitespace.sh ---------------------------------------------------------------------- diff --git a/precommit/test-patch.d/whitespace.sh b/precommit/test-patch.d/whitespace.sh index 32c5f42..a613d81 100755 --- a/precommit/test-patch.d/whitespace.sh +++ b/precommit/test-patch.d/whitespace.sh @@ -45,7 +45,7 @@ function whitespace_postcompile return 0 fi - big_console_header "Checking for whitespace at the end of lines" + big_console_header "Checking for whitespace issues." start_clock pushd "${BASEDIR}" >/dev/null
