From: Tobias Brunner Date: Tue, 7 May 2013 08:19:37 +0000 (+0200) Subject: testing: Don't run tests when building tkm X-Git-Tag: 5.1.0dr1~151 X-Git-Url: https://git.strongswan.org/?p=strongswan.git;a=commitdiff_plain;h=e74bca9e1952cfe4f27f68afeb72be2af56a1256 testing: Don't run tests when building tkm The problem with XML/Ada described in 9c2aba27 actually occurs when running the tests here. Really fixes #336. --- diff --git a/testing/scripts/recipes/010_tkm.mk b/testing/scripts/recipes/010_tkm.mk index 971cd17..cf24e1e 100644 --- a/testing/scripts/recipes/010_tkm.mk +++ b/testing/scripts/recipes/010_tkm.mk @@ -14,7 +14,7 @@ all: install @touch $@ .$(PKG)-built: .$(PKG)-cloned - cd $(PKG) && make tests && make + cd $(PKG) && make @touch $@ install: .$(PKG)-built