Skip to content

Commit f371a12

Browse files
committed
Supports -- meta-argument to split command-line.
1 parent 58f85d4 commit f371a12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/jp-compliance

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ class ComplianceTestRunner(object):
135135

136136
def _run_test(self, test_case):
137137
command = shlex.split(self.jp_executable)
138+
command.append("--")
138139
command.append(test_case['expression'])
139140
try:
140141
process = subprocess.Popen(command, stdout=subprocess.PIPE,

0 commit comments

Comments
 (0)