nixosTests.nesting: fix subtest scoping
This commit is contained in:
parent
14474ff8b5
commit
98791845cb
1 changed files with 4 additions and 4 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue