From fcad266fd1d1524601cc0d0bd952a0f250946bed Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Fri, 30 May 2025 11:27:22 -0400 Subject: tests: Try harder to guess a good parallelism level --- tests/getopts.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'tests/getopts.sh') diff --git a/tests/getopts.sh b/tests/getopts.sh index 255f2fa..cbb3ce4 100644 --- a/tests/getopts.sh +++ b/tests/getopts.sh @@ -5,11 +5,7 @@ ## Argument parsing -if command -v nproc &>/dev/null; then - JOBS=$(nproc) -else - JOBS=1 -fi +JOBS=$(nproc) MAKE= PATTERNS=() SUDO=() -- cgit v1.2.3