[Bug 259576] Mk/bsd.port.mk: tests are not parallelized; DO_MAKE_TEST does not contain ${_MAKE_JOBS}

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 31 Oct 2021 14:35:57 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259576

            Bug ID: 259576
           Summary: Mk/bsd.port.mk: tests are not parallelized;
                    DO_MAKE_TEST does not contain ${_MAKE_JOBS}
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Ports Framework
          Assignee: portmgr@FreeBSD.org
          Reporter: mandree@FreeBSD.org
                CC: ports-bugs@FreeBSD.org

tests defined through TEST_TARGET and/or DO_MAKE_TEST do not contain
${_MAKE_JOBS} by default, thus tests do not run in parallel in the sub-makes.

Workaround: TEST_ARGS+=${_MAKE_JOBS}

-- 
You are receiving this mail because:
You are on the CC list for the bug.