We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38a8c0e commit 7c579f2Copy full SHA for 7c579f2
UNITTESTS/unit_test/test.py
@@ -110,7 +110,6 @@ def build_tests(self):
110
# Speed up compilation by running on more than one core
111
count = psutil.cpu_count()
112
args.append("-j{}".format(count+1))
113
- args.append("-l{}".format(count))
114
115
if logging.getLogger().getEffectiveLevel() == logging.DEBUG:
116
args.append("VERBOSE=1")
0 commit comments