mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
nixos/tests/boot-stage1: Adjust for new pgrep output
This commit is contained in:
parent
e19cfce6f3
commit
ec7e6bad43
@ -157,7 +157,7 @@ import ./make-test-python.nix ({ pkgs, ... }: {
|
||||
machine.fail("pgrep -a canary1")
|
||||
machine.fail("kill -0 $(< /run/canary2.pid)")
|
||||
machine.succeed('pgrep -a -f "^@canary3$"')
|
||||
machine.succeed('pgrep -a -f "^kcanary$"')
|
||||
machine.succeed('pgrep -a -f "^\\[kcanary\\]$"')
|
||||
'';
|
||||
|
||||
meta.maintainers = with pkgs.lib.maintainers; [ aszlig ];
|
||||
|
Loading…
Reference in New Issue
Block a user