nixos/test-instrumentation: use bash directly
This commit is contained in:
parent
9ef1dea6e0
commit
3ae9229600
@ -67,7 +67,7 @@ let
|
||||
# we can also run non-NixOS guests during tests. This, however, is
|
||||
# mostly futureproofing as the test instrumentation is still very
|
||||
# tightly coupled to NixOS.
|
||||
PS1="" exec ${pkgs.coreutils}/bin/env bash --norc /dev/hvc0
|
||||
PS1="" exec ${pkgs.bashNonInteractive}/bin/bash --norc /dev/hvc0
|
||||
'';
|
||||
serviceConfig.KillSignal = "SIGHUP";
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user