From e74bca9e1952cfe4f27f68afeb72be2af56a1256 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Tue, 7 May 2013 10:19:37 +0200 Subject: [PATCH] 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. --- testing/scripts/recipes/010_tkm.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4