Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Oct 2021 14:35:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 259576] Mk/bsd.port.mk: tests are not parallelized; DO_MAKE_TEST does not contain ${_MAKE_JOBS}
Message-ID:  <bug-259576-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259576

            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-make=
s.

Workaround: TEST_ARGS+=3D${_MAKE_JOBS}

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-259576-7788>