nixosTests.nesting: fix subtest scoping

This commit is contained in:
Andrew Childs 2020-02-27 23:54:45 +09:00
parent 14474ff8b5
commit 98791845cb

View file

@ -29,10 +29,10 @@ import ./make-test-python.nix {
)
clone.succeed("cowsay hey")
clone.succeed("hello")
children.wait_for_unit("default.target")
children.succeed("cowsay hey")
children.fail("hello")
children.wait_for_unit("default.target")
children.succeed("cowsay hey")
children.fail("hello")
with subtest("Nested children do not inherit from parent"):
children.succeed(