Commit b911a612 authored by Felix Singer's avatar Felix Singer
Browse files

nixosTests.mumble: Migrate to runTest

parent 50df425c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -807,7 +807,7 @@ in
  mpv = runTest ./mpv.nix;
  mtp = handleTest ./mtp.nix { };
  multipass = handleTest ./multipass.nix { };
  mumble = handleTest ./mumble.nix { };
  mumble = runTest ./mumble.nix;
  # Fails on aarch64-linux at the PDF creation step - need to debug this on an
  # aarch64 machine..
  musescore = handleTestOn [ "x86_64-linux" ] ./musescore.nix { };
+78 −80
Original line number Diff line number Diff line
import ./make-test-python.nix (
{ pkgs, ... }:

let
@@ -92,4 +91,3 @@ import ./make-test-python.nix (
    server.fail('journalctl -b --no-pager --grep "^audit: .*apparmor=\\"DENIED\\""')
  '';
}
)