libCharon: Merge override_dh_auto_test targets

Signed-off-by: Thomas Karl Pietrowski <thopiekar@gmail.com>
This commit is contained in:
Thomas Karl Pietrowski 2018-03-21 16:43:57 +01:00
parent 96d2cdb16d
commit 0a91429f89
1 changed files with 1 additions and 4 deletions

View File

@ -32,11 +32,8 @@ override_dh_auto_install:
override_dh_auto_test:
for PYX in $(shell py3versions -rv) ; do \
dh_auto_test --builddirectory=build-$${PYX} ; \
dh_auto_test --builddirectory=build-$${PYX} || true ; \
done
override_dh_install:
dh_install --fail-missing
override_dh_auto_test:
dh_auto_test || true