We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58f85d4 commit f371a12Copy full SHA for f371a12
bin/jp-compliance
@@ -135,6 +135,7 @@ class ComplianceTestRunner(object):
135
136
def _run_test(self, test_case):
137
command = shlex.split(self.jp_executable)
138
+ command.append("--")
139
command.append(test_case['expression'])
140
try:
141
process = subprocess.Popen(command, stdout=subprocess.PIPE,
0 commit comments