mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 20:55:31 +03:00
tests: Fix hibernate
This commit is contained in:
parent
51eafbe028
commit
024b501907
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ import ./make-test.nix (pkgs: {
|
||||||
$machine->waitForShutdown;
|
$machine->waitForShutdown;
|
||||||
$machine->start;
|
$machine->start;
|
||||||
$probe->waitForUnit("network.target");
|
$probe->waitForUnit("network.target");
|
||||||
$probe->waitUntilSucceeds("echo test | nc machine 4444");
|
$probe->waitUntilSucceeds("echo test | nc machine 4444 -q 0");
|
||||||
'';
|
'';
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue