Skip to content

Commit

Permalink
rust: skip run-make tests
Browse files Browse the repository at this point in the history
The following three test suits fail:
- tests/run-make/doctests-keep-binaries
- tests/run-make/rustdoc-target-spec-json-path
- tests/run-make/target-specs

I was not able to skip only those...
  • Loading branch information
filnet committed Apr 16, 2024
1 parent 2dfcc52 commit 83799d7
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 @@ -245,7 +245,7 @@ check() {
DEP_OPENSSL_ROOT=${MINGW_PREFIX} \
DEP_Z_ROOT=${MINGW_PREFIX} \
${MINGW_PREFIX}/bin/python ../${_realname}c-${pkgver}-src/x.py test --stage 2 \
--skip tests/debuginfo
--skip tests/debuginfo --skip tests/run-make
}

package_rust() {
Expand Down

0 comments on commit 83799d7

Please sign in to comment.