Skip to content
Commit afbfef93 authored by Daniel Schaefer's avatar Daniel Schaefer
Browse files

nixos/tests: Ignore shutdown/crash if not booted

Condition seems to be inverted. Crash and shutdown only make sense, when
the machine is booted; i.e. we return immediately otherwise.
In the Perl test driver this is:

    return unless $self->{booted};
parent a1a44842
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment