[packaging] return true in dh_auto_test
We do not build the unit tests for nightly packages as that would change the API, so always return true for test result
This commit is contained in:
parent
6014efc19b
commit
0989722f05
@ -50,6 +50,7 @@ override_dh_install:
|
||||
dh_install --fail-missing
|
||||
|
||||
override_dh_auto_test:
|
||||
true
|
||||
|
||||
override_dh_clean:
|
||||
rm -f config.h
|
||||
|
Loading…
Reference in New Issue
Block a user