summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaszlo Gombos2024-03-03 19:54:51 -0500
committerLaszlo Gombos2024-03-03 19:54:51 -0500
commit4faa9b5610d5da37f2f9825a1947d5fc58db26cc (patch)
tree71b7f3edede9ec838f01552068c77081ea11f95a
parentcd908cd1fd6d7176a151e45af5a31f482768ed21 (diff)
downloadaur-4faa9b5610d5da37f2f9825a1947d5fc58db26cc.tar.gz
only run test 18 by default
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index be31c8fc0e17..38464ec40fb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -179,7 +179,7 @@ build() {
check() {
cd "${pkgname%-git}/test"
- SKIP="20 30 35 40 50 60 62 63" KVERSION="$(cd /lib/modules && ls -1 | tail -1)" make check
+ SKIP=${SKIP-"20 30 35 40 50 60 62 63"} TESTS=${TESTS-"18"} make check
}
package() {