Loading nixos/tests/all-tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -1202,7 +1202,7 @@ in sssd-ldap = handleTestOn [ "x86_64-linux" "aarch64-linux" ] ./sssd-ldap.nix { }; stalwart-mail = handleTest ./stalwart-mail.nix { }; stargazer = runTest ./web-servers/stargazer.nix; starship = handleTest ./starship.nix { }; starship = runTest ./starship.nix; stash = handleTestOn [ "x86_64-linux" "aarch64-linux" ] ./stash.nix { }; static-web-server = handleTest ./web-servers/static-web-server.nix { }; step-ca = handleTestOn [ "x86_64-linux" ] ./step-ca.nix { }; Loading nixos/tests/starship.nix +48 −50 Original line number Diff line number Diff line import ./make-test-python.nix ( { pkgs, ... }: { name = "starship"; Loading Loading @@ -50,4 +49,3 @@ import ./make-test-python.nix ( machine.succeed("expect-zsh") ''; } ) Loading
nixos/tests/all-tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -1202,7 +1202,7 @@ in sssd-ldap = handleTestOn [ "x86_64-linux" "aarch64-linux" ] ./sssd-ldap.nix { }; stalwart-mail = handleTest ./stalwart-mail.nix { }; stargazer = runTest ./web-servers/stargazer.nix; starship = handleTest ./starship.nix { }; starship = runTest ./starship.nix; stash = handleTestOn [ "x86_64-linux" "aarch64-linux" ] ./stash.nix { }; static-web-server = handleTest ./web-servers/static-web-server.nix { }; step-ca = handleTestOn [ "x86_64-linux" ] ./step-ca.nix { }; Loading
nixos/tests/starship.nix +48 −50 Original line number Diff line number Diff line import ./make-test-python.nix ( { pkgs, ... }: { name = "starship"; Loading Loading @@ -50,4 +49,3 @@ import ./make-test-python.nix ( machine.succeed("expect-zsh") ''; } )