diff options
| author | Tobias Brunner <tobias@strongswan.org> | 2013-05-07 10:19:37 +0200 |
|---|---|---|
| committer | Tobias Brunner <tobias@strongswan.org> | 2013-05-07 10:19:37 +0200 |
| commit | e74bca9e1952cfe4f27f68afeb72be2af56a1256 (patch) | |
| tree | 5d2443ced0dfa100a810fcc89ebd80ff87f1a8d5 /testing/scripts | |
| parent | 9c2aba2735b5b54a892b50e2224008bc0cde4267 (diff) | |
| download | strongswan-e74bca9e1952cfe4f27f68afeb72be2af56a1256.tar.bz2 strongswan-e74bca9e1952cfe4f27f68afeb72be2af56a1256.tar.xz | |
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.
Diffstat (limited to 'testing/scripts')
| -rw-r--r-- | testing/scripts/recipes/010_tkm.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/scripts/recipes/010_tkm.mk b/testing/scripts/recipes/010_tkm.mk index 971cd170f..cf24e1e26 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 |
