From 91ec65eaad20553f2f9f1cb7e038f0bbeb370022 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 23 Jul 2020 08:09:15 +0200 Subject: debian/rules: Fix dh_auto_test call in dotest-%: target. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 53c406e..c47ed8c 100755 --- a/debian/rules +++ b/debian/rules @@ -65,7 +65,7 @@ override_dh_auto_test: $(FLAVORS:%=dotest-%) dotest-%: mkdir -p $(CURDIR)/debian/tmphome - export HOME=$(CURDIR)/debian/tmphome && dh_auto_test dh_auto_test --builddirectory=build/$* -- || true + export HOME=$(CURDIR)/debian/tmphome && dh_auto_test --builddirectory=build/$* -- || true # View test's log file for better debugging of problems when built in clean chroots. if [ -e build/$*/tests/test-suite.log ]; then cat build/$*/tests/test-suite.log; fi rm -Rf $(CURDIR)/debian/tmphome -- cgit v1.2.3