Enable generating a test-results.xml from dpkg builds

unix-socket
Michael Zanetti 2022-04-23 01:47:44 +02:00
parent 6c6013665f
commit aa3fbdb1ae
1 changed files with 2 additions and 0 deletions

2
debian/rules vendored
View File

@ -19,5 +19,7 @@ override_dh_auto_clean:
dh_auto_clean dh_auto_clean
rm -rf $(PREPROCESS_FILES:.in=) rm -rf $(PREPROCESS_FILES:.in=)
override_dh_auto_test:
dh_auto_test -- -k TESTARGS="-o -,txt -o test-results.xml,xunitxml"
%: %:
dh $@ --buildsystem=qmake --with systemd --parallel dh $@ --buildsystem=qmake --with systemd --parallel