Skip to content
Snippets Groups Projects
Commit 905ae135 authored by Mick Jordan's avatar Mick Jordan
Browse files

set R_INSTALL_TAR on test package installation

parent 84f565fe
Branches
No related tags found
No related merge requests found
......@@ -84,6 +84,9 @@ public class TestRPackages extends TestBase {
ProcessBuilder pb = new ProcessBuilder(cmds);
Map<String, String> env = pb.environment();
env.put("R_LIBS_USER", rpackagesLibs.toString());
if (!generatingExpected()) {
env.put("R_INSTALL_TAR", "/usr/bin/tar");
}
try {
if (FastROptions.debugMatches("TestRPackages")) {
pb.inheritIO();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment