diff options
Diffstat (limited to 'system/c-ares')
-rw-r--r-- | system/c-ares/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/c-ares/APKBUILD b/system/c-ares/APKBUILD index dfed0536d..33ef7b331 100644 --- a/system/c-ares/APKBUILD +++ b/system/c-ares/APKBUILD @@ -25,7 +25,7 @@ build() { } check() { - make -C test check + test/arestest --gtest_filter=-*.Live* } package() { |