mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 20:52:55 +01:00
add comment re: test failures
This commit is contained in:
parent
f9a93cd304
commit
8e2aeb0dc4
1 changed files with 6 additions and 4 deletions
10
PKGBUILD
10
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() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue