Skip to content

Commit

Permalink
rust: reinstate debuginfo tests skip
Browse files Browse the repository at this point in the history
  • Loading branch information
filnet committed Apr 17, 2024
1 parent c76ff78 commit 09f2d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mingw-w64-rust/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ 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 09f2d32

Please sign in to comment.