Skip to content

Commit

Permalink
testing - I can't repro locally
Browse files Browse the repository at this point in the history
  • Loading branch information
cecille committed Oct 18, 2024
1 parent 7e9c026 commit 9d8196c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/tests/matter_yaml_linter.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def check_manual_steps():
bad_tests = set()
for test in AllChipToolYamlTests(use_short_run_name=False):
cmd = f'git diff HEAD^..HEAD --unified=0 -- {test.run_name}'
print(f'Running cmd: {cmd}')
output = subprocess.check_output(cmd, shell=True).decode().splitlines()
user_prompt_added = [line for line in output if re.search(r'^\+.*UserPrompt.*', line)]
user_prompt_removed = [line for line in output if re.search(r'^\-.*UserPrompt.*', line)]
Expand Down

0 comments on commit 9d8196c

Please sign in to comment.