Skip to content

Commit 60655e1

Browse files
no stderr
1 parent 2c281fb commit 60655e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/test-production-rules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def test_ruleset_cli(ruleset):
198198

199199
# Invoke the tool, do not print anything
200200
cmd = f"{options.clibin} -r {test_rules_file} -i {ruledir} -o {test_results_file} -f json"
201-
subprocess.run(shlex.split(cmd), check=True, stdout=subprocess.DEVNULL, stderr=subprocess.STDERR)
201+
subprocess.run(shlex.split(cmd), check=True, stdout=subprocess.DEVNULL, stderr=subprocess.STDOUT)
202202

203203
# check that the number of violations match the number of expected annotations
204204
with open(test_results_file) as results_file:

0 commit comments

Comments
 (0)