Skip to content

Commit f198e08

Browse files
authored
Update jsrun.py
1 parent bf49e10 commit f198e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jsrun.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def run_js(filename, engine, args=None,
107107
cwd=cwd,
108108
timeout=timeout,
109109
universal_newlines=True,
110-
check=not skip_check)
110+
check=skip_check)
111111
except Exception:
112112
# the failure may be because the engine is not present. show the proper
113113
# error in that case

0 commit comments

Comments
 (0)