Don't glob output - #158
Merged
martin-schulze-vireso merged 1 commit intoJul 24, 2021
Merged
Conversation
vonbrand
force-pushed
the
dont-glob-output
branch
from
November 28, 2018 11:28
f326353 to
8963a22
Compare
Contributor
Author
|
Just rebased on the latest upstream |
|
this fixes: #156 |
Contributor
|
Better than #152. Can you rebase and @bats-core can you merge? |
2 tasks
Flamefire
reviewed
Jun 20, 2019
Flamefire
reviewed
Jun 20, 2019
Member
|
@vonbrand would you mind rebasing? This looks good to me, @bats-core/bats-core others? |
1 task
2 tasks
martin-schulze-vireso
force-pushed
the
dont-glob-output
branch
from
July 24, 2021 12:10
eaa218a to
2ab302d
Compare
martin-schulze-vireso
approved these changes
Jul 24, 2021
If the output contains shell metacharacters, like '*', it can get mangled by shell globbing. Turn it off for test runs.
martin-schulze-vireso
force-pushed
the
dont-glob-output
branch
from
July 24, 2021 12:36
2ab302d to
14e8b32
Compare
Member
|
I had to rebase and re-sign the commits. I also squashed them and removed the failed merge conflict resolution. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
If the output contains shell metacharacters, like '*', it can get
mangled by shell globbing. Turn it off for test runs.
Signed-off-by: Horst H. von Brand vonbrand@inf.utfsm.cl
fixes #156, fixes #281