From 8e2aeb0dc4a5ea9726d7a1deb674dc3b72213788 Mon Sep 17 00:00:00 2001 From: npil Date: Fri, 17 Oct 2025 18:00:33 +0100 Subject: [PATCH] add comment re: test failures --- PKGBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index a49f3d86e8db..c9ba07067844 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -98,11 +98,13 @@ build() { patch -Np1 -i "../$pkgname-$pkgver-ruby_paths.patch" } -## tests fail: https://github.com/samaaron/sonic-pi/issues/1865 +# Tests fail because they require the package to be fully installed first +# The test suite tries to load files from /usr/share/sonic-pi/ which don't exist during build +# See: https://github.com/samaaron/sonic-pi/issues/1865 #check() { -# cd "$pkgname-$pkgver" -# cd app/server/ruby/test -# rake test +# cd "$pkgname-$pkgver" +# cd app/server/ruby/test +# rake test #} package() {