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

nixosTests.obs-studio: migrate to runTest (#399181)

parents 8867fcbd 0492f44a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -966,7 +966,7 @@ in
  nzbhydra2 = handleTest ./nzbhydra2.nix { };
  ocis = handleTest ./ocis.nix { };
  oddjobd = handleTestOn [ "x86_64-linux" "aarch64-linux" ] ./oddjobd.nix { };
  obs-studio = handleTest ./obs-studio.nix { };
  obs-studio = runTest ./obs-studio.nix;
  oh-my-zsh = handleTest ./oh-my-zsh.nix { };
  ollama = runTest ./ollama.nix;
  ollama-cuda = runTestOn [ "x86_64-linux" "aarch64-linux" ] ./ollama-cuda.nix;
+31 −33
Original line number Diff line number Diff line
import ./make-test-python.nix (
{ ... }:

{
@@ -37,4 +36,3 @@ import ./make-test-python.nix (
    machine.succeed("which obs-vkcapture")
  '';
}
)