From de092a3885de446e6297cddcdbe81b7721743e17 Mon Sep 17 00:00:00 2001 From: Frank Celler Date: Sat, 16 Apr 2016 21:01:07 -0700 Subject: [PATCH] single execute only --- js/client/modules/@arangodb/testing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/client/modules/@arangodb/testing.js b/js/client/modules/@arangodb/testing.js index 0119cf56bf..541e1af8f8 100644 --- a/js/client/modules/@arangodb/testing.js +++ b/js/client/modules/@arangodb/testing.js @@ -1953,7 +1953,7 @@ testFuncs.arangosh = function(options) { } fs.write(shebangFile, - "#!" + fs.makeAbsolute(ARANGOSH_BIN) + " --log.level fatal --javascript.execute \n" + + "#!" + fs.makeAbsolute(ARANGOSH_BIN) + " --javascript.execute \n" + "print('hello world');\n"); executeExternalAndWait("sh", ["-c", "chmod a+x " + shebangFile]);