summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaszlo Gombos2024-03-02 20:38:10 -0500
committerLaszlo Gombos2024-03-02 20:38:10 -0500
commite643b27ff70a9902323f8b989f0ae0d3578d30aa (patch)
tree305591b85c94f606833d14494368035f65b8fc8b
parent84d0f373477b10a2b1acbbe45fd6b6b922655d80 (diff)
downloadaur-e643b27ff70a9902323f8b989f0ae0d3578d30aa.tar.gz
run more tests
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d9606e71cab0..ccef92718a28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -155,7 +155,7 @@ build() {
check() {
cd "${pkgname%-git}/test"
- TESTS="16 98" KVERSION="$(cd /lib/modules && ls -1 | tail -1)" V=1 make check
+ SKIP="18 20 30 35 40 50 60 62 63" KVERSION="$(cd /lib/modules && ls -1 | tail -1)" make check
}
package() {