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
As an emergency measure
a test script can decide that further tests are useless
(e.g. missing dependencies)
and testing should stop immediately.
In that case the test script prints the magic words Bail out!
to standard output.
Any message after these words must be displayed by the interpreter
as the reason why testing must be stopped,
as in Bail out! MySQL is not running.