From ad157a8afcbead6d3ae769ce0ba97a26dde54615 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 28 Aug 2020 23:07:59 +0200 Subject: [PATCH] integration-test-suite-test: Fix the integration test --- debian/changelog | 6 ++++++ debian/tests/integration-test-suite-test | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 86924d56..f6661221 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +llvm-toolchain-11 (1:11.0.0~+rc2-4) unstable; urgency=medium + + * integration-test-suite-test: change the configuration for 11 + + -- Sylvestre Ledru Fri, 28 Aug 2020 23:08:33 +0200 + llvm-toolchain-11 (1:11.0.0~+rc2-3) unstable; urgency=medium * Fix testsuite by ignoring binfmts test diff --git a/debian/tests/integration-test-suite-test b/debian/tests/integration-test-suite-test index 328c0edc..c5e14c6b 100755 --- a/debian/tests/integration-test-suite-test +++ b/debian/tests/integration-test-suite-test @@ -2,7 +2,7 @@ set -e -LLVM_VERSION=10 +LLVM_VERSION=11 # this is taken from libjsoncpp package # Presence of $ADTTMP implies that someone will handle cleanup for us, so we