summaryrefslogtreecommitdiff
path: root/math/stan/files
diff options
context:
space:
mode:
Diffstat (limited to 'math/stan/files')
-rw-r--r--math/stan/files/patch-runTests.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/stan/files/patch-runTests.py b/math/stan/files/patch-runTests.py
new file mode 100644
index 000000000000..0a7caa93efe5
--- /dev/null
+++ b/math/stan/files/patch-runTests.py
@@ -0,0 +1,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):