Closed
Description
Before reporting an issue
- I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
Area
testsuite
Describe the bug
When making a distribution run with non-zero exit in the testsuite the RawKeycloakDistribution
does not provide correct exit code.
Version
main
Regression
- The issue is a regression
Expected behavior
When running this distribution run:
the expected call to result.exitCode()
should return non-zero exit code.
Actual behavior
The run return 0.
How to Reproduce?
Run the following test in debug mode:
The result on line 96 should have non-zero exit code, however, the exit code is 0.
Anything else?
No response