Skip to content
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

correct exit code assertion in exec plugin #50

Merged
merged 2 commits into from
Jul 8, 2024

Conversation

jaypipes
Copy link
Member

@jaypipes jaypipes commented Jul 8, 2024

The constructor for assertions in the exec plugin was incorrectly setting the expected exit code equal to the exit code it received from the test spec, resulting in script or command executions returning non-0 exit codes from causing a test.FailNow().

jaypipes added 2 commits July 8, 2024 13:26
The constructor for assertions in the exec plugin was incorrectly
setting the expected exit code equal to the exit code it received from
the test spec, resulting in script or command executions returning
non-0 exit codes from causing a test.FailNow().

Signed-off-by: Jay Pipes <[email protected]>
Bring in latest step security and checkout action.

Signed-off-by: Jay Pipes <[email protected]>
@jaypipes jaypipes merged commit 754a377 into gdt-dev:main Jul 8, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant