Provide a proper make when running tests. ihse-testmakefiles-branch
authorihse
Tue, 28 Nov 2017 09:49:11 +0100
branchihse-testmakefiles-branch
changeset 55900 9a7dc96eb3ba
parent 55899 789766475fe4
child 55901 4906ef23c9a0
Provide a proper make when running tests.
make/conf/jib-profiles.js
--- a/make/conf/jib-profiles.js	Tue Nov 28 09:40:50 2017 +0100
+++ b/make/conf/jib-profiles.js	Tue Nov 28 09:49:11 2017 +0100
@@ -845,6 +845,7 @@
                 ? "MAKE=" + input.get("gnumake", "install_path") + "/cygwin/bin/make"
                 : "MAKE=" + input.get("gnumake", "install_path") + "/bin/make"),
 
+            environment_name: "MAKE",
             environment_path: (input.build_os == "windows"
                 ? input.get("gnumake", "install_path") + "/cygwin/bin"
                 : input.get("gnumake", "install_path") + "/bin")