aboutsummaryrefslogtreecommitdiffstats
path: root/testing/scripts
diff options
context:
space:
mode:
authorReto Buerki <reet@codelabs.ch>2013-03-25 16:24:29 +0100
committerTobias Brunner <tobias@strongswan.org>2013-03-25 16:49:30 +0100
commitf7fea72e4633c325ba4afc641a8920dce9e91e50 (patch)
treec1ac49cc1bf44b04e937655a9f001e7e2f6525d0 /testing/scripts
parentcf95d2926caf45c1d3647dc65bfb70ca1b207d4d (diff)
downloadstrongswan-f7fea72e4633c325ba4afc641a8920dce9e91e50.tar.bz2
strongswan-f7fea72e4633c325ba4afc641a8920dce9e91e50.tar.xz
Recipes: Disable Anet unit tests
Some Anet unit tests may fail because of the network configuration on the testing host. These failures do not indicate a problem in Anet but are a result of unpredictable events.
Diffstat (limited to 'testing/scripts')
-rw-r--r--testing/scripts/recipes/005_anet.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/scripts/recipes/005_anet.mk b/testing/scripts/recipes/005_anet.mk
index 3b8e6fd2e..2a3023c42 100644
--- a/testing/scripts/recipes/005_anet.mk
+++ b/testing/scripts/recipes/005_anet.mk
@@ -14,7 +14,7 @@ all: install
@touch $@
.$(PKG)-built: .$(PKG)-cloned
- cd $(PKG) && make tests && make LIBRARY_KIND=static
+ cd $(PKG) && make LIBRARY_KIND=static
@touch $@
install: .$(PKG)-built