Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
test: fix node-chakracore tests on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhorton committed Sep 7, 2017
1 parent 8524de5 commit 070fe0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/testpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@ def __init__(self, context, root, section, additional=None):
super(AbortTestConfiguration, self).__init__(context, root, section,
additional)

def ListTests(self, current_path, path, arch, mode):
def ListTests(self, current_path, path, arch, mode, jsEngine):
result = super(AbortTestConfiguration, self).ListTests(
current_path, path, arch, mode)
current_path, path, arch, mode, jsEngine)
for test in result:
test.disable_core_files = True
return result

0 comments on commit 070fe0f

Please sign in to comment.