mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
localsend: fix tests.localsend
This commit is contained in:
parent
58cfdfd38b
commit
8806e6d175
1 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@
|
|||
machine.succeed("localsend_app >&2 &")
|
||||
machine.wait_for_open_port(53317)
|
||||
machine.wait_for_window("LocalSend", 10)
|
||||
machine.succeed("netstat --listening --program --tcp | grep -P 'tcp.*53317.*localsend'")
|
||||
machine.succeed("netstat --listening --program --udp | grep -P 'udp.*53317.*localsend'")
|
||||
machine.succeed("ss --listening --tcp --numeric --processes | grep -P '53317.*localsend'")
|
||||
machine.succeed("ss --listening --udp --numeric --processes | grep -P '53317.*localsend'")
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue