mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-12 18:59:50 +03:00
main/ruby-augeas: rebuild against ruby 3.4
...and run tests in verbose mode.
This commit is contained in:
parent
f04265a36e
commit
fad4a6b73b
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
pkgname=ruby-augeas
|
||||
_gemname=$pkgname
|
||||
pkgver=0.5.0
|
||||
pkgrel=14
|
||||
pkgrel=15
|
||||
pkgdesc="Ruby bindings for Augeas"
|
||||
url="https://augeas.net/"
|
||||
arch="all"
|
||||
|
@ -35,7 +35,7 @@ build() {
|
|||
}
|
||||
|
||||
check() {
|
||||
GEM_PATH='./dist' rake test
|
||||
GEM_PATH='./dist' rake test TESTOPTS="--verbose"
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue