mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
Merge pull request #38979 from xeji/tests-systemd
nixos/tests/systemd: fix broken test
This commit is contained in:
commit
6b11a5ff13
@ -46,6 +46,8 @@ import ./make-test.nix {
|
|||||||
|
|
||||||
testScript = ''
|
testScript = ''
|
||||||
$machine->waitForX;
|
$machine->waitForX;
|
||||||
|
# wait for user services
|
||||||
|
$machine->waitForUnit("default.target","alice");
|
||||||
|
|
||||||
# Regression test for https://github.com/NixOS/nixpkgs/issues/35415
|
# Regression test for https://github.com/NixOS/nixpkgs/issues/35415
|
||||||
subtest "configuration files are recognized by systemd", sub {
|
subtest "configuration files are recognized by systemd", sub {
|
||||||
|
Loading…
Reference in New Issue
Block a user