YETUS-137. hadoop triggers java tests for pure-bash patch 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/21388310 Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/21388310 Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/21388310 Branch: refs/heads/YETUS-83 Commit: 213883107a63298e86d83b7ebbce1e9ef9f0b26a Parents: 6f38afa Author: Allen Wittenauer <[email protected]> Authored: Tue Oct 27 11:27:53 2015 -0700 Committer: Allen Wittenauer <[email protected]> Committed: Tue Oct 27 23:13:04 2015 -0700 ---------------------------------------------------------------------- precommit/personality/hadoop.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/21388310/precommit/personality/hadoop.sh ---------------------------------------------------------------------- diff --git a/precommit/personality/hadoop.sh b/precommit/personality/hadoop.sh index f958f0c..eaeb79a 100755 --- a/precommit/personality/hadoop.sh +++ b/precommit/personality/hadoop.sh @@ -322,6 +322,9 @@ function personality_file_tests || ${filename} =~ \.cmd || ${filename} =~ src/scripts || ${filename} =~ src/test/scripts + || ${filename} =~ src/main/bin + || ${filename} =~ shellprofile\.d + || ${filename} =~ src/main/conf ]]; then yetus_debug "tests/shell: ${filename}" add_test unit @@ -356,7 +359,7 @@ function personality_file_tests fi if [[ ${filename} =~ src/test ]]; then - yetus_debug "tests" + yetus_debug "tests: src/test" add_test unit fi @@ -373,4 +376,4 @@ function hadoop_console_success printf "XC8gCiAgICAgICAgfCAgfCB8ICB8ICAKICAgICAgICB8ICB8IHwgIHwgIAog"; printf "ICAgICAgIHwgICBvICAgfCAgCiAgICAgICAgfCB8ICAgfCB8ICAKICAgICAg"; printf "ICB8bXwgICB8bXwgIAo" -} \ No newline at end of file +}
