From cee1d236eea515d9328bfe9b5d5934ddeef3405f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Mon, 9 Oct 2017 15:24:50 +0200 Subject: [PATCH] Remove max warning --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 7df54e05..6d471ff6 100755 --- a/debian/rules +++ b/debian/rules @@ -43,7 +43,7 @@ override_dh_install: $(PREPROCESS_FILES:.in=) cp -a $(CURDIR)/doc/html $(CURDIR)/debian/guh-doc/usr/share/doc/guh/ || true override_dh_auto_test: - dh_auto_test -- -k TESTARGS="-o -,txt -o test-results.xml,xunitxml -maxwarnings 0" + dh_auto_test -- -k TESTARGS="-maxwarnings 0 -o -,txt -o test-results.xml,xunitxml" override_dh_strip: dh_strip --dbg-package=guh-dbg