mirror of https://gitee.com/bigwinds/arangodb
added safety newline
This commit is contained in:
parent
1e48c97a23
commit
65a2e95f72
|
@ -181,7 +181,7 @@ function RunTest (path) {
|
|||
|
||||
content = fs.read(path);
|
||||
|
||||
content = "(function(){require('jsunity').jsUnity.attachAssertions();" + content + "})";
|
||||
content = "(function(){require('jsunity').jsUnity.attachAssertions();" + content + "\n})";
|
||||
f = internal.executeScript(content, undefined, path);
|
||||
|
||||
if (f === undefined) {
|
||||
|
|
Loading…
Reference in New Issue