diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2022-02-28 21:55:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-28 12:55:24 -0800 |
commit | 9b298fd7e47e99a09a8a6dea9ca74d98475c1e7f (patch) | |
tree | d2ab2cbbd93ecbbadf97f8fd41b4be2bd4abf5c2 /.flake8 | |
parent | 8f4e029e3a598a6274e2ee78a40dc97bd6a2a107 (diff) | |
download | spack-9b298fd7e47e99a09a8a6dea9ca74d98475c1e7f.tar.gz spack-9b298fd7e47e99a09a8a6dea9ca74d98475c1e7f.tar.bz2 spack-9b298fd7e47e99a09a8a6dea9ca74d98475c1e7f.tar.xz spack-9b298fd7e47e99a09a8a6dea9ca74d98475c1e7f.zip |
Add a new test to catch exit code failure (#29244)
* Add a new test to catch exit code failure
fixes #29226
This introduces a new unit test that checks the return
code of `spack unit-test` when it is supposed to fail.
This is to prevent bugs like the one introduced in #25601
in which CI didn't catch a missing return statement.
In retrospective it seems that the shell test we have right
now all go through `tty.die` or similar code paths which
call `sys.exit(a)` explicitly. This new test instead checks
`spack unit-test` which relies on the return code from
command invocation in case of errors.
Diffstat (limited to '.flake8')
0 files changed, 0 insertions, 0 deletions