Skip to content

Commit 9d8196c

Browse files
committed
testing - I can't repro locally
1 parent 7e9c026 commit 9d8196c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/tests/matter_yaml_linter.py

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ def check_manual_steps():
5555
bad_tests = set()
5656
for test in AllChipToolYamlTests(use_short_run_name=False):
5757
cmd = f'git diff HEAD^..HEAD --unified=0 -- {test.run_name}'
58+
print(f'Running cmd: {cmd}')
5859
output = subprocess.check_output(cmd, shell=True).decode().splitlines()
5960
user_prompt_added = [line for line in output if re.search(r'^\+.*UserPrompt.*', line)]
6061
user_prompt_removed = [line for line in output if re.search(r'^\-.*UserPrompt.*', line)]

0 commit comments

Comments
 (0)