Don't ignore test failures on Debian unstable

This commit is contained in:
Ximin Luo 2017-04-16 14:40:21 +02:00
parent 7a7a747155
commit d1c842c467

2
debian/rules vendored
View File

@ -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"; \