We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Fix the windows integration job script that doesn't fail even when the underlying executable fails .
The text was updated successfully, but these errors were encountered:
Too bad powershell doesn't make this easy: https://stackoverflow.com/questions/48864988/powershell-with-git-command-error-handling-automatically-abort-on-non-zero-exi/48877892#48877892
Sorry, something went wrong.
We can use that function there to check if the command executed properly.
May require sourcing that into the powershell.
We may install something like: https://github.com/mklement0/Native and use iee.
iee
@tegefaulkes this will be required for any windows integration tests.
Not relevant anymore. Will later be investigated under Polykey-CLI.
No branches or pull requests
Specification
Fix the windows integration job script that doesn't fail even when the underlying executable fails .
Additional context
Tasks
The text was updated successfully, but these errors were encountered: