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