diff options
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/lttng-tools/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/lttng-tools/APKBUILD b/testing/lttng-tools/APKBUILD index 8ccd39b5be..059e9796fc 100644 --- a/testing/lttng-tools/APKBUILD +++ b/testing/lttng-tools/APKBUILD @@ -35,7 +35,8 @@ build() { check() { cd "$builddir" - make -j1 check + # only run ubnit tests. all tests takes too much time + make -j1 -C tests/unit check } package() { |
