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.
2 parents 48f544f + 7c579f2 commit 0edce8aCopy full SHA for 0edce8a
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