You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix false positive behavior when using '-j -1' opt
The problem is that the test-run.py script returns exit code 0 in case
of using '-j -1' option even though some tests were failed during test
run. This patch fixes this false positive behavior by checking test
status in a proper way.
0 commit comments