mirror of https://github.com/nymea/nymea.git
Remove max warning
parent
3e3bf83422
commit
cee1d236ee
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue