mirror of
https://git.proxmox.com/git/rustc
synced 2026-08-21 03:15:46 +00:00
Don't ignore test failures on Debian unstable
This commit is contained in:
parent
7a7a747155
commit
d1c842c467
2
debian/rules
vendored
2
debian/rules
vendored
@ -205,6 +205,8 @@ ifeq (, $(filter nocheck,$(DEB_BUILD_OPTIONS)))
|
||||
# N instances of rustc (there is also parallel logic in libtest.rs already).
|
||||
if RUST_BACKTRACE=1 $(MAKE) VERBOSE=1 check; then \
|
||||
: ; \
|
||||
elif [ $(DEB_DISTRIBUTION) = "unstable" ]; then \
|
||||
false; \
|
||||
else \
|
||||
echo "====================================================="; \
|
||||
echo "WARNING: Ignoring test failures in the rust testsuite"; \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user