From c11264f3e19c48f87b9f0691502b979582931950 Mon Sep 17 00:00:00 2001 From: =?utf8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 23 Nov 2015 00:08:34 +0100 Subject: [PATCH] Override ${HOME} for running tests --- debian/rules | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 5c7f94a..d19d5ee 100755 --- a/debian/rules +++ b/debian/rules @@ -22,8 +22,9 @@ override_dh_auto_configure: dh_auto_configure -- --target=linux override_dh_auto_test: - #dh_auto_test -a || (grep . test-suite.log giada_test.log; false) - make check || (grep . test-suite.log giada_test.log; false) + @echo home: $(HOME) + HOME=/tmp dh_auto_test -a || (grep . test-suite.log giada_test.log; false) + #make check || (grep . test-suite.log giada_test.log; false) get-orig-source: uscan --noconf --force-download --rename --download-current-version --destdir=. @@ -36,3 +37,4 @@ get-orig-source: XZ_OPT=-9 tar cJf ../$(PKG)_$(UPSTREAM_VERSION)~$(DFSG).orig.tar.xz $(PKG)-$(UPSTREAM_VERSION)~$(DFSG) rm -rf $(PKG)-$(UPSTREAM_VERSION)~$(DFSG) rm -rf $(PKG)_$(UPSTREAM_VERSION).orig.tar.gz + -- 2.30.2