Kengo Seki created YETUS-213:
--------------------------------
Summary: If java plugin is enabled and JAVA_HOME is not defined,
test-patch fails even if java test isn't needed
Key: YETUS-213
URL: https://issues.apache.org/jira/browse/YETUS-213
Project: Yetus
Issue Type: Bug
Reporter: Kengo Seki
Priority: Minor
It might be correct behaviour, but the result looks like weird.
{code}
[sekikn@localhost yetus]$ echo $JAVA_HOME
[sekikn@localhost yetus]$ precommit/test-patch.sh --build-tool=nobuild
--plugins=all --resetrepo YETUS-212
/tmp/yetus-30418.29904 has been created
Running in destructive (--resetrepo) developer mode
WARNING: JAVA_HOME not defined. Disabling java tests.
(snip)
-1 overall
_____ _ _ _
| ___|_ _(_) |_ _ _ __ ___| |
| |_ / _` | | | | | | '__/ _ \ |
| _| (_| | | | |_| | | | __/_|
|_| \__,_|_|_|\__,_|_| \___(_)
| Vote | Subsystem | Runtime | Comment
============================================================================
| +1 | @author | 0m 0s | The patch does not contain any @author
| | | | tags.
| 0 | shellcheck | 0m 0s | Shellcheck was not available.
| +1 | whitespace | 0m 0s | Patch has no whitespace issues.
| | | 0m 5s |
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)