wildfly / wildfly-tck-runners

Test runners for executing various TCKs against a WildFly runtime
Apache License 2.0
1 stars 7 forks source link

Fail the authentication and security runs if the tests fail #38

Closed jamezp closed 2 years ago

jamezp commented 2 years ago

The authentication and security runs do not fail on CI if the exit code is greater than 0. This makes it looks like CI passes even though the run failed. The exit status of some commands should be checked and fail if it's not equal to 0.