From 9c2aba2735b5b54a892b50e2224008bc0cde4267 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 6 May 2013 17:21:30 +0200 Subject: [PATCH] testing: Don't run tests when building tkm-rpc There are issues with some versions of the XML/Ada library on i386, blocking the build of the testing environment when these tests are run. TKM tests won't work in such a case but at least make-testing does not block with this patch. Fixes #336. --- testing/scripts/recipes/006_tkm-rpc.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/scripts/recipes/006_tkm-rpc.mk b/testing/scripts/recipes/006_tkm-rpc.mk index dc6847ca5e..9e1d2cfc69 100644 --- a/testing/scripts/recipes/006_tkm-rpc.mk +++ b/testing/scripts/recipes/006_tkm-rpc.mk @@ -16,7 +16,7 @@ all: install @touch $@ .$(PKG)-built: .$(PKG)-cloned - cd $(PKG) && make tests && make + cd $(PKG) && make @touch $@ install: .$(PKG)-built -- 2.47.3