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
Give wptrunner a distinct exit code for CRITICAL errors
Previously, when running tests without --stability, wptrunner would
exit with 1 if there were unexpected results or if there was a
critical log message. With --stability, wptrunner would exit with
either 1 or 2 for stability failures, and 1 if the stability check
succeeded but there were critical log messages. In either case, wpt
run would then simplify this to always exiting with 0 or 1.
We now reserve exit codes above 64 for wptrunner's own usage, and exit
with 64 if there is a critical log message. This now takes priority
over the original exit code.
We also now allow wpt run to exit with the exit code that wptrunner
returns.
0 commit comments