blob: 0a7caa93efe5603d8c3afe36c6abae09b65fe981 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- runTests.py.orig 2021-08-28 05:32:24 UTC
+++ runTests.py
@@ -107,7 +107,7 @@ def modelDependencies(tests):
def makeTest(name, j):
"""Run the make command for a given single test."""
- doCommand("make -j%d %s" % (j or 1, name))
+ doCommand("gmake -j%d %s" % (j or 1, name))
def runTest(name):
|