Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian-Nordic committed Apr 15, 2022
1 parent c6827bd commit d759773
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/tests/run_test_suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ def cmd_run(context, iterations, all_clusters_app, lock_app, tv_app, pics_file):
if all_clusters_app is None:
all_clusters_app = FindBinaryPath('chip-all-clusters-app')

if door_lock_app is None:
door_lock_app = FindBinaryPath('chip-lock-app')
if lock_app is None:
lock_app = FindBinaryPath('chip-lock-app')

if tv_app is None:
tv_app = FindBinaryPath('chip-tv-app')
Expand Down

0 comments on commit d759773

Please sign in to comment.