diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-31 18:35:50 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-31 18:35:50 +0200 |
commit | 304e1bcaf83d7dca2a543579b4dfc0bdac22ceda (patch) | |
tree | f692716d246126817744aaf958a3b1cbf55a0631 /main/openvswitch/APKBUILD | |
parent | b0398ba8eb79efbd9c1185c606106efe721f0965 (diff) | |
download | aports-304e1bcaf83d7dca2a543579b4dfc0bdac22ceda.tar.bz2 aports-304e1bcaf83d7dca2a543579b4dfc0bdac22ceda.tar.xz |
main/openvswitch: enable check, but allow it to fail for now
Diffstat (limited to 'main/openvswitch/APKBUILD')
-rw-r--r-- | main/openvswitch/APKBUILD | 4 |
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() { |