aboutsummaryrefslogtreecommitdiffstats
path: root/main/openvswitch
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-03-31 18:35:50 +0200
committerJakub Jirutka <jakub@jirutka.cz>2018-03-31 18:35:50 +0200
commit304e1bcaf83d7dca2a543579b4dfc0bdac22ceda (patch)
treef692716d246126817744aaf958a3b1cbf55a0631 /main/openvswitch
parentb0398ba8eb79efbd9c1185c606106efe721f0965 (diff)
downloadaports-304e1bcaf83d7dca2a543579b4dfc0bdac22ceda.tar.bz2
aports-304e1bcaf83d7dca2a543579b4dfc0bdac22ceda.tar.xz
main/openvswitch: enable check, but allow it to fail for now
Diffstat (limited to 'main/openvswitch')
-rw-r--r--main/openvswitch/APKBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/main/openvswitch/APKBUILD b/main/openvswitch/APKBUILD
index c3ae8681b7..e35578370b 100644
--- a/main/openvswitch/APKBUILD
+++ b/main/openvswitch/APKBUILD
@@ -39,9 +39,7 @@ build() {
check() {
cd "$builddir"
- # tests cause Travis build to fail due to timeout
-# make check || true
- true
+ make check || true
}
monitor() {