-
Notifications
You must be signed in to change notification settings - Fork 933
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Always use --
with exec delimiter
#12455
Conversation
I don't get why all those tests are failing because the instance can't be found. |
d0f3ea0
to
1b0577b
Compare
4a198fc
to
bb875d3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this. I agree we should do this for the bulk of the tests, but I think we should retain at least one example of the shortcut version otherwise we wont catch it if it regresses. What do you think?
Signed-off-by: Simon Deziel <[email protected]>
Signed-off-by: Simon Deziel <[email protected]>
Signed-off-by: Simon Deziel <[email protected]>
Signed-off-by: Simon Deziel <[email protected]>
Signed-off-by: Simon Deziel <[email protected]>
Signed-off-by: Simon Deziel <[email protected]>
Signed-off-by: Simon Deziel <[email protected]>
Signed-off-by: Simon Deziel <[email protected]>
Signed-off-by: Simon Deziel <[email protected]>
Signed-off-by: Simon Deziel <[email protected]>
bb875d3
to
2e022ea
Compare
@tomponline I added 2 test cases of execs with/without the |
Check if its calling the |
While not strictly required, it is best practice to use it.