From 53a79b32d8340879d5e93f577688f8aa027fb88a Mon Sep 17 00:00:00 2001 From: Alexandros Theodotou Date: Sun, 13 Mar 2022 07:35:38 +0000 Subject: [PATCH] dont run tests on windows --- windows-msys/PKGBUILD.in | 1 - 1 file changed, 1 deletion(-) diff --git a/windows-msys/PKGBUILD.in b/windows-msys/PKGBUILD.in index 9f640f4..d842b7a 100644 --- a/windows-msys/PKGBUILD.in +++ b/windows-msys/PKGBUILD.in @@ -133,7 +133,6 @@ check() { pushd $_zrythm_builddir echo "running tests" ninja test || cat meson-logs/testlog.txt - ninja test echo "running --version" src/zrythm.exe --version > test.txt 2>&1 || cat test.txt src/zrythm.exe --version