Report failing command in invoke_command()#378
Report failing command in invoke_command()#378AllKind wants to merge 1 commit intodkms-project:masterfrom
Conversation
|
When Can we change this PR to:
|
da8ab32 to
c8b0acb
Compare
|
Sure. How about this:
|
|
Having dealt with all sort of weird terminals, using characters to group/escape the command can be a PITA. Furthermore as we see the build failure below:
Current PR produces this, which quite overwhelming. Is the below something I can bribe you into doing 😅
|
|
Depends on the bribe... What's your offer? ;-) |
c7cfb07 to
4ae2648
Compare
Report the command that had a bad exit status. This gives a better picture of what is happening. Also slightly re-format the functions output. Signed-off-by: Mart Frauenlob <AllKind@fastest.cc>
4ae2648 to
17cfb85
Compare
|
Okidoki, I tried to implement your requests. Edit: Of course failing_test is now failing... |
|
I think we can close this as superseded by #380 The latter properly handles the redirection, fixes the tests while also keeping you as co-author in the final patch. |
Report the command that had a bad exit status.
This gives a better picture of what is happening.
Quite often I saw this:
Which makes one wonder, what actually failed.
With this patch: