[
https://issues.apache.org/jira/browse/YETUS-710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16672952#comment-16672952
]
Yetus QA commented on YETUS-710:
--------------------------------
| (/) *{color:green}+1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue} 5m
26s{color} | {color:blue} Docker mode activated. {color} |
|| || || || {color:brown} Prechecks {color} ||
| {color:green}+1{color} | {color:green} @author {color} | {color:green} 0m
0s{color} | {color:green} The patch does not contain any @author tags. {color} |
|| || || || {color:brown} master Compile Tests {color} ||
|| || || || {color:brown} Patch Compile Tests {color} ||
| {color:green}+1{color} | {color:green} shellcheck {color} | {color:green} 0m
6s{color} | {color:green} There were no new shellcheck issues. {color} |
| {color:green}+1{color} | {color:green} shelldocs {color} | {color:green} 0m
0s{color} | {color:green} There were no new shelldocs issues. {color} |
| {color:green}+1{color} | {color:green} whitespace {color} | {color:green} 0m
0s{color} | {color:green} The patch has no whitespace issues. {color} |
|| || || || {color:brown} Other Tests {color} ||
| {color:blue}0{color} | {color:blue} asflicense {color} | {color:blue} 0m
15s{color} | {color:blue} ASF License check generated no output? {color} |
| {color:black}{color} | {color:black} {color} | {color:black} 6m 9s{color} |
{color:black} {color} |
\\
\\
|| Subsystem || Report/Notes ||
| Docker | Client=17.05.0-ce Server=17.05.0-ce Image:yetus/yetus:7615f35 |
| JIRA Issue | YETUS-710 |
| JIRA Patch URL |
https://issues.apache.org/jira/secure/attachment/12946655/YETUS-710.00.patch |
| Optional Tests | dupname shellcheck shelldocs |
| uname | Linux e1d583732917 3.13.0-143-generic #192-Ubuntu SMP Tue Feb 27
10:45:36 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux |
| Build tool | nobuild |
| git revision | master / 483120d |
| shellcheck | v0.4.6 |
| Max. process+thread count | 9 (vs. ulimit of 1000) |
| modules | C: . U: . |
| Console output |
https://builds.apache.org/job/PreCommit-YETUS-Build/819/console |
| Powered by | Apache Yetus 0.9.0-SNAPSHOT http://yetus.apache.org |
This message was automatically generated.
> test-patch.sh fails when using a git worktree "repository"
> ----------------------------------------------------------
>
> Key: YETUS-710
> URL: https://issues.apache.org/jira/browse/YETUS-710
> Project: Yetus
> Issue Type: Bug
> Reporter: Lars Francke
> Priority: Minor
> Attachments: YETUS-710.00.patch
>
>
> `test-patch.sh` fails when inside a git worktree repository. That's because
> it does not contain a `.git` directory (which is what test-patch.sh checks
> for ) but a `.git` file instead.
> https://stackoverflow.com/questions/2180270/check-if-current-directory-is-a-git-repository
> I don't think we need something super elaborate but at least for me it'd be
> great if worktrees were supported. If there are no objections I can submit a
> patch that uses one of the solutions from that SO post.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)