mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-04 09:56:13 +03:00
nixosTests.nesting: fix subtest scoping
This commit is contained in:
parent
14474ff8b5
commit
98791845cb
@ -30,9 +30,9 @@ import ./make-test-python.nix {
|
|||||||
clone.succeed("cowsay hey")
|
clone.succeed("cowsay hey")
|
||||||
clone.succeed("hello")
|
clone.succeed("hello")
|
||||||
|
|
||||||
children.wait_for_unit("default.target")
|
children.wait_for_unit("default.target")
|
||||||
children.succeed("cowsay hey")
|
children.succeed("cowsay hey")
|
||||||
children.fail("hello")
|
children.fail("hello")
|
||||||
|
|
||||||
with subtest("Nested children do not inherit from parent"):
|
with subtest("Nested children do not inherit from parent"):
|
||||||
children.succeed(
|
children.succeed(
|
||||||
|
Loading…
Reference in New Issue
Block a user