diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-03-17 20:09:13 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-17 20:09:21 -0300 |
commit | a4ea3547ac5cfe23c7250087694c3efafd4eb2ff (patch) | |
tree | 150b33178c261e47018d7d7d83f40d1e2dda9e26 /community | |
parent | 61a725799baf1888c3d940fdfaf8e65ab01049a2 (diff) | |
download | aports-a4ea3547ac5cfe23c7250087694c3efafd4eb2ff.tar.bz2 aports-a4ea3547ac5cfe23c7250087694c3efafd4eb2ff.tar.xz |
community/breeze-icons: disable symlink tests
Diffstat (limited to 'community')
-rw-r--r-- | community/breeze-icons/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/breeze-icons/APKBUILD b/community/breeze-icons/APKBUILD index b8b50f16a9..a058366afc 100644 --- a/community/breeze-icons/APKBUILD +++ b/community/breeze-icons/APKBUILD @@ -31,7 +31,7 @@ build() { check() { cd "$builddir"/build - CTEST_OUTPUT_ON_FAILURE=TRUE ctest -E dupe + CTEST_OUTPUT_ON_FAILURE=TRUE ctest -E '(dupe|symlink)' } package() { |