Kengo Seki created YETUS-140:
--------------------------------
Summary: plugins option arithmetic is order sensitive
Key: YETUS-140
URL: https://issues.apache.org/jira/browse/YETUS-140
Project: Yetus
Issue Type: Bug
Components: Test Patch
Reporter: Kengo Seki
Priority: Minor
It should be documented since it might be surprising for some users.
{code}
[sekikn@mobile yetus]$ dev-support/test-patch.sh --build-tool=nobuild
--plugins=all,-asflicense,-shellcheck,-whitespace --resetrepo YETUS-137
(snip)
| Vote | Subsystem | Runtime | Comment
============================================================================
| 0 | reexec | 0m 07s | precommit patch detected.
| +1 | @author | 0m 00s | The patch does not contain any @author
| | | | tags.
| | | 0m 16s |
|| Subsystem || Report/Notes ||
============================================================================
| JIRA Patch URL |
https://issues.apache.org/jira/secure/attachment/12769182/YETUS-137.01.patch |
| Optional Tests | |
{code}
{code}
[sekikn@mobile yetus]$ dev-support/test-patch.sh --build-tool=nobuild
--plugins=-asflicense,-shellcheck,-whitespace,all --resetrepo YETUS-137
(snip)
| Vote | Subsystem | Runtime | Comment
============================================================================
| 0 | reexec | 0m 09s | precommit patch detected.
| +1 | @author | 0m 00s | The patch does not contain any @author
| | | | tags.
| +1 | shellcheck | 0m 01s | There were no new shellcheck issues.
| +1 | whitespace | 0m 00s | Patch has no whitespace issues.
| | | 0m 18s |
|| Subsystem || Report/Notes ||
============================================================================
| JIRA Patch URL |
https://issues.apache.org/jira/secure/attachment/12769182/YETUS-137.01.patch |
| Optional Tests | asflicense shellcheck |
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)