Enable generating a test-results.xml from dpkg builds
This commit is contained in:
parent
b856c584f8
commit
e83667b76d
2
debian/rules
vendored
2
debian/rules
vendored
@ -15,7 +15,7 @@ override_dh_install: $(PREPROCESS_FILES:.in=)
|
|||||||
dh_install
|
dh_install
|
||||||
|
|
||||||
override_dh_auto_test:
|
override_dh_auto_test:
|
||||||
LD_LIBRARY_PATH=`pwd`/libnymea-mqtt/ dh_auto_test
|
LD_LIBRARY_PATH=`pwd`/libnymea-mqtt/ dh_auto_test -- -k TESTARGS="-o -,txt -o test-results.xml,xunitxml"
|
||||||
|
|
||||||
override_dh_auto_clean:
|
override_dh_auto_clean:
|
||||||
dh_auto_clean
|
dh_auto_clean
|
||||||
|
|||||||
Reference in New Issue
Block a user