rules: Don't run tests on server either, would never work during package build.

This commit is contained in:
Timo Aaltonen 2013-12-07 21:24:18 +02:00
parent bee32f3d50
commit 333e4dbc67
2 changed files with 3 additions and 2 deletions

2
debian/changelog vendored
View File

@ -38,6 +38,8 @@ freeipa (3.3.3-1) UNRELEASED; urgency=low
that.
* Add support for Debian platform.
* port-ipa-client-automount.diff: Patch i-c-a so it works on Debian.
* rules: Don't run tests on server either, would never work during package
build.
[ Nick Hatch ]
* Added three patches

3
debian/rules vendored
View File

@ -40,9 +40,8 @@ else
make $(PLATFORM) IPA_VERSION_IS_GIT_SNAPSHOT=no client
endif
ifeq ($(ONLY_CLIENT), 1)
# tests would just fail, they need a proper environment with 389 running et al
override_dh_auto_test:
endif
override_dh_auto_install:
ifneq ($(ONLY_CLIENT), 1)