Unverified Commit eb3ca1d5 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

nixosTests.starship: migrate to runTest (#396019)

parents 249b8edc d86c274b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 { };
+48 −50
Original line number Diff line number Diff line
import ./make-test-python.nix (
{ pkgs, ... }:
{
  name = "starship";
@@ -50,4 +49,3 @@ import ./make-test-python.nix (
    machine.succeed("expect-zsh")
  '';
}
)