mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
don't run tests if building only the client
This commit is contained in:
parent
c27c731130
commit
7bc9b74b57
4
debian/rules
vendored
4
debian/rules
vendored
@ -42,6 +42,10 @@ else
|
|||||||
make IPA_VERSION_IS_GIT_SNAPSHOT=no client
|
make IPA_VERSION_IS_GIT_SNAPSHOT=no client
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(ONLY_CLIENT), 1)
|
||||||
|
override_dh_auto_test:
|
||||||
|
endif
|
||||||
|
|
||||||
override_dh_install:
|
override_dh_install:
|
||||||
ifneq ($(ONLY_CLIENT), 1)
|
ifneq ($(ONLY_CLIENT), 1)
|
||||||
# Force re-generate of platform support
|
# Force re-generate of platform support
|
||||||
|
Loading…
Reference in New Issue
Block a user