diff --git a/.bin/Scripts/functions/hw_diags.py b/.bin/Scripts/functions/hw_diags.py index 6fd384a6..ef411220 100644 --- a/.bin/Scripts/functions/hw_diags.py +++ b/.bin/Scripts/functions/hw_diags.py @@ -1083,7 +1083,7 @@ def run_mprime_test(state, test): test.failed = True test.passed = False test.update_status('NS') - elif len(_tmp['Pass']) > 0: + elif len(_tmp['Pass']) > 0 and not test.aborted: test.passed = True test.update_status('CS') for line in sorted(_tmp['Pass'].keys()):