Skip to content

Commit 7c72514

Browse files
Added '.' to the end of some comments to kick-off a re-run for CI check that failed.
1 parent a156d34 commit 7c72514

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/tests/run_tv_casting_test.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,9 @@ def test_discovery_fn(tv_app_rel_path, tv_casting_app_rel_path):
190190
with LogFileManager(linux_tv_app_log_path, 'w') as linux_tv_app_log_file:
191191
tv_app_abs_path = os.path.abspath(tv_app_rel_path)
192192

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

0 commit comments

Comments
 (0)