Skip to content

Commit

Permalink
rust: *really* skip debuginfo tests
Browse files Browse the repository at this point in the history
  • Loading branch information
filnet committed Apr 16, 2024
1 parent 96fa059 commit 2dfcc52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mingw-w64-rust/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,8 @@ check() {
DEP_NGHTTP_ROOT=${MINGW_PREFIX} \
DEP_OPENSSL_ROOT=${MINGW_PREFIX} \
DEP_Z_ROOT=${MINGW_PREFIX} \
${MINGW_PREFIX}/bin/python ../${_realname}c-${pkgver}-src/x.py test --stage 2 --exclude src/test/debuginfo
${MINGW_PREFIX}/bin/python ../${_realname}c-${pkgver}-src/x.py test --stage 2 \
--skip tests/debuginfo
}

package_rust() {
Expand Down

0 comments on commit 2dfcc52

Please sign in to comment.