Skip to content

Commit

Permalink
ruby: fix check
Browse files Browse the repository at this point in the history
cd to build directory, where make test actually does something.
  • Loading branch information
jeremyd2019 committed Jan 16, 2025
1 parent 35f2e57 commit 019c234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ build() {
}

check() {
cd ruby-${pkgver//_/-}
cd ${srcdir}/build-${CHOST}
make test
}

Expand Down

0 comments on commit 019c234

Please sign in to comment.