Repository: yetus Updated Branches: refs/heads/YETUS-83 b6bb90638 -> d4f74d3d1
YETUS-137. hadoop triggers java tests for pure-bash patch Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/d4f74d3d Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/d4f74d3d Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/d4f74d3d Branch: refs/heads/YETUS-83 Commit: d4f74d3d12a09ec2bcfb9689e75b5098c739f848 Parents: b6bb906 Author: Allen Wittenauer <[email protected]> Authored: Tue Oct 27 11:27:53 2015 -0700 Committer: Allen Wittenauer <[email protected]> Committed: Tue Oct 27 11:30:19 2015 -0700 ---------------------------------------------------------------------- dev-support/personality/hadoop.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/d4f74d3d/dev-support/personality/hadoop.sh ---------------------------------------------------------------------- diff --git a/dev-support/personality/hadoop.sh b/dev-support/personality/hadoop.sh index f958f0c..803e400 100755 --- a/dev-support/personality/hadoop.sh +++ b/dev-support/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} =~ src/main/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 +}
