From 022fab56dc536c07667e89d63f836ad05c013af7 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 26 Oct 2017 23:49:52 +0100 Subject: [PATCH] d/rules: Make the new test executable --- debian/changelog | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 22658f31..d0100531 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,6 +22,7 @@ ostree (2017.12-2) UNRELEASED; urgency=medium should fix test failures on hppa. * d/p/2017.13/tests-Add-test-pull-bareuseronly.patch: Add more test coverage from upstream + - d/rules: Make the new test executable -- Simon McVittie Mon, 16 Oct 2017 10:13:54 +0100 diff --git a/debian/rules b/debian/rules index 9e7236f3..60855cbc 100755 --- a/debian/rules +++ b/debian/rules @@ -40,6 +40,7 @@ override_dh_auto_configure: override_dh_auto_test-arch: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) + chmod +x tests/test-pull-bareuseronly.sh debian/test.sh endif