mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
[ZEPPELIN-2216] fix path
This commit is contained in:
parent
e4cf72f135
commit
1e3f3f717c
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ public class RemoteInterpreterTest {
|
|||
private static final String INTERPRETER_SCRIPT =
|
||||
System.getProperty("os.name").startsWith("Windows") ?
|
||||
"../bin/interpreter.cmd" :
|
||||
"bin/interpreter.sh";
|
||||
"../bin/interpreter.sh";
|
||||
|
||||
private InterpreterGroup intpGroup;
|
||||
private HashMap<String, String> env;
|
||||
|
|
|
|||
Loading…
Reference in a new issue