Skip to content

Commit

Permalink
Added '.' to the end of some comments to kick-off a re-run for CI che…
Browse files Browse the repository at this point in the history
…ck that failed.
  • Loading branch information
shaoltan-amazon committed Apr 23, 2024
1 parent a156d34 commit 7c72514
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/tests/run_tv_casting_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,9 @@ def test_discovery_fn(tv_app_rel_path, tv_casting_app_rel_path):
with LogFileManager(linux_tv_app_log_path, 'w') as linux_tv_app_log_file:
tv_app_abs_path = os.path.abspath(tv_app_rel_path)

# Configure command options to disable stdout buffering during tests
# Configure command options to disable stdout buffering during tests.
disable_stdout_buffering_cmd = []
# On Unix-like systems, use stdbuf to disable stdout buffering
# On Unix-like systems, use stdbuf to disable stdout buffering.
if sys.platform == 'darwin' or sys.platform == 'linux':
disable_stdout_buffering_cmd = ['stdbuf', '-o0', '-i0']

Expand Down

0 comments on commit 7c72514

Please sign in to comment.