From: Reto Buerki Date: Mon, 25 Mar 2013 15:24:29 +0000 (+0100) Subject: Recipes: Disable Anet unit tests X-Git-Tag: 5.0.3~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7fea72e4633c325ba4afc641a8920dce9e91e50;p=thirdparty%2Fstrongswan.git 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. --- diff --git a/testing/scripts/recipes/005_anet.mk b/testing/scripts/recipes/005_anet.mk index 3b8e6fd2ee..2a3023c42d 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