From b71c1abcae508e675d24f041459a8824eee2e81b Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 7 Aug 2016 14:11:21 +0000 Subject: [PATCH] amd64 llvm testsuite is green, bring back the failure in case of error --- debian/changelog | 6 ++++++ debian/rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 01d10371..9856201b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +llvm-toolchain-3.8 (1:3.8.1-9) UNRELEASED; urgency=medium + + * amd64 llvm testsuite is green, bring back the failure in case of error + + -- Sylvestre Ledru Sun, 07 Aug 2016 16:03:32 +0200 + llvm-toolchain-3.8 (1:3.8.1-8) unstable; urgency=medium * Disable the usage of ld gold on powerpc (Closes: #833583) diff --git a/debian/rules b/debian/rules index e45e18cc..c8feec10 100755 --- a/debian/rules +++ b/debian/rules @@ -478,7 +478,7 @@ override_dh_installdeb: ifeq (,$(filter nocheck, $(DEB_BUILD_OPTIONS))) # List of the archs we know we have 100 % tests working -ARCH_LLVM_TEST_OK := i386 +ARCH_LLVM_TEST_OK := i386 amd64 override_dh_auto_test: