mirror of https://gitee.com/bigwinds/arangodb
single execute only
This commit is contained in:
parent
17cd890132
commit
de092a3885
|
@ -1953,7 +1953,7 @@ testFuncs.arangosh = function(options) {
|
||||||
}
|
}
|
||||||
|
|
||||||
fs.write(shebangFile,
|
fs.write(shebangFile,
|
||||||
"#!" + fs.makeAbsolute(ARANGOSH_BIN) + " --log.level fatal --javascript.execute \n" +
|
"#!" + fs.makeAbsolute(ARANGOSH_BIN) + " --javascript.execute \n" +
|
||||||
"print('hello world');\n");
|
"print('hello world');\n");
|
||||||
|
|
||||||
executeExternalAndWait("sh", ["-c", "chmod a+x " + shebangFile]);
|
executeExternalAndWait("sh", ["-c", "chmod a+x " + shebangFile]);
|
||||||
|
|
Loading…
Reference in New Issue