Unverified Commit 575b6910 authored by Bobby Rong's avatar Bobby Rong
Browse files

totem: Enable tests

The comment no longer applies.
parent 534a1025
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -83,9 +83,7 @@ stdenv.mkDerivation rec {
    "-Dc_args=-I${glib.dev}/include/gio-unix-2.0"
  ];

  # Tests do not work with GStreamer 1.18.
  # https://gitlab.gnome.org/GNOME/totem/-/issues/450
  doCheck = false;
  doCheck = true;

  postPatch = ''
    chmod +x meson_compile_python.py # patchShebangs requires executable file
@@ -97,7 +95,7 @@ stdenv.mkDerivation rec {
    runHook preCheck

    xvfb-run -s '-screen 0 800x600x24' \
      ninja test
      meson test --print-errorlogs

    runHook postCheck
  '';