3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/nixos
aszlig de4a69b2de
nixos/tests/avahi: Fix running background command
In https://github.com/NixOS/nixpkgs/pull/142747, the implementation
behind Machine.execute() has been changed to pipe all the command's
output into base64 on the guest machine.

Unfortunately this means that base64 is blocking until stdout is closed,
which in turn means that we now need to make sure that whenever we run a
program in background via "&" we also need to make sure to close stdout,
which we do by redirecting stdout to stderr.

Signed-off-by: aszlig <aszlig@nix.build>
2022-03-22 17:24:13 +01:00
..
doc Merge pull request #164260 from Mic92/nix-ld 2022-03-21 18:42:38 +00:00
lib nixos/test-driver: deduplicate VLANs 2022-03-22 13:16:28 +00:00
maintainers
modules nixos/wg-quick: add autostart option to interfaces (#162219) 2022-03-22 13:25:57 +00:00
tests nixos/tests/avahi: Fix running background command 2022-03-22 17:24:13 +01:00
COPYING
default.nix
README
release-combined.nix nixos/release tested job: drop nano test 2022-03-01 19:28:31 +01:00
release-small.nix nixos/release: disable nfs3.simple 2022-03-03 06:34:59 +10:00
release.nix

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
https://nixos.org/nixos and in the manual in doc/manual.