Details
-
Bug
-
Resolution: Fixed
-
Major
-
Lustre 2.5.3, Lustre 2.8.0
-
None
Description
if a test fails with an error, we just exit:
error() {
error_noexit "$@"
exit 1
}
and therefore the end of run_one() does not execute, what means we do not cleanup the env settings (e.g. fail_loc) before running the next test.