d/rules: Make the new test executable

This commit is contained in:
Simon McVittie 2017-10-26 23:49:52 +01:00
parent 4ecc7e5ffb
commit 022fab56dc
2 changed files with 2 additions and 0 deletions

1
debian/changelog vendored
View File

@ -22,6 +22,7 @@ ostree (2017.12-2) UNRELEASED; urgency=medium
should fix test failures on hppa. should fix test failures on hppa.
* d/p/2017.13/tests-Add-test-pull-bareuseronly.patch: * d/p/2017.13/tests-Add-test-pull-bareuseronly.patch:
Add more test coverage from upstream Add more test coverage from upstream
- d/rules: Make the new test executable
-- Simon McVittie <smcv@debian.org> Mon, 16 Oct 2017 10:13:54 +0100 -- Simon McVittie <smcv@debian.org> Mon, 16 Oct 2017 10:13:54 +0100

1
debian/rules vendored
View File

@ -40,6 +40,7 @@ override_dh_auto_configure:
override_dh_auto_test-arch: override_dh_auto_test-arch:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
chmod +x tests/test-pull-bareuseronly.sh
debian/test.sh debian/test.sh
endif endif