aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-07-23 08:09:15 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-07-23 08:09:15 +0200
commit91ec65eaad20553f2f9f1cb7e038f0bbeb370022 (patch)
treef683518dbb7ee3678a9a8b90a0b1c5fa95a6d78c
parent71dfd0affcd9b82eec684671c6a7629b0393f38e (diff)
downloadlibayatana-appindicator-91ec65eaad20553f2f9f1cb7e038f0bbeb370022.tar.gz
libayatana-appindicator-91ec65eaad20553f2f9f1cb7e038f0bbeb370022.tar.bz2
libayatana-appindicator-91ec65eaad20553f2f9f1cb7e038f0bbeb370022.zip
debian/rules: Fix dh_auto_test call in dotest-%: target.
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
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