strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c2aba2
)
testing: Don't run tests when building tkm
author
Tobias Brunner
<tobias@strongswan.org>
Tue, 7 May 2013 08:19:37 +0000
(10:19 +0200)
committer
Tobias Brunner
<tobias@strongswan.org>
Tue, 7 May 2013 08:19:37 +0000
(10:19 +0200)
The problem with XML/Ada described in
9c2aba27
actually occurs when
running the tests here.
Really fixes #336.
testing/scripts/recipes/010_tkm.mk
patch
|
blob
|
history
diff --git
a/testing/scripts/recipes/010_tkm.mk
b/testing/scripts/recipes/010_tkm.mk
index
971cd17
..
cf24e1e
100644
(file)
--- 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