mirror of https://gitee.com/bigwinds/arangodb
fix "scripts/unittest arangosh"
This commit is contained in:
parent
5682213db7
commit
20de7f04e6
|
@ -206,7 +206,7 @@ function arangosh (options) {
|
|||
}
|
||||
|
||||
fs.write(shebangFile,
|
||||
'#!' + fs.makeAbsolute(pu.ARANGOSH_BIN) + ' --server.endpoint none --javascript.execute \n' +
|
||||
'#!' + fs.makeAbsolute(pu.ARANGOSH_BIN) + ' --javascript.execute \n' +
|
||||
'print("hello world");\n');
|
||||
|
||||
executeExternalAndWait('sh', ['-c', 'chmod a+x ' + shebangFile]);
|
||||
|
|
Loading…
Reference in New Issue