diff --git a/utest.scm b/utest.scm index 2a49096..76eaa55 100755 --- a/utest.scm +++ b/utest.scm @@ -1101,6 +1101,6 @@ (list path) (find-files-rec-regexp MAKEFILE_NAME_REGEXP path)))) - (if (<= jobs 1) + (if (or (<= jobs 1) (utest/static)) (execute-tests (collect-test-procs makefiles)) (execute-tests-parallel (collect-test-procs makefiles) jobs)))))))