try fix travis

This commit is contained in:
Eric Vergnaud 2020-10-03 19:30:37 +08:00
parent a788b860c2
commit ec5aff05e9
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ public class BaseNodeTest implements RuntimeTestSupport {
String nodejsPath = locateNodeJS();
String inputPath = new File(new File(tmpdir), "input")
.getAbsolutePath();
ProcessBuilder builder = new ProcessBuilder(nodejsPath, "--trace-warnings", modulePath,
ProcessBuilder builder = new ProcessBuilder(nodejsPath, modulePath,
inputPath);
builder.environment().put("NODE_PATH", tmpdir);
builder.directory(new File(tmpdir));