| Index: scripts/common/unittests/annotator_test.py
|
| diff --git a/scripts/common/unittests/annotator_test.py b/scripts/common/unittests/annotator_test.py
|
| index bc9c6cd89884ec34426d3ec21657f59f898d64c1..164dcef76ecd6f90aa2a7f6ad5c1b929b8c3671c 100755
|
| --- a/scripts/common/unittests/annotator_test.py
|
| +++ b/scripts/common/unittests/annotator_test.py
|
| @@ -78,6 +78,7 @@ class TestAnnotationStreams(unittest.TestCase):
|
| s.step_log_end('mylog')
|
| s.step_log_line('myperflog', 'perf data')
|
| s.step_log_end_perf('myperflog', 'dashboardname')
|
| + s.step_link('cool_link', 'https://cool.example.com/beano_gnarly')
|
| s.write_log_lines('full_log', ['line one', 'line two'])
|
| s.write_log_lines('full_perf_log', ['perf line one', 'perf line two'],
|
| perf='full_perf')
|
| @@ -97,6 +98,7 @@ class TestAnnotationStreams(unittest.TestCase):
|
| '@@@STEP_LOG_END@mylog@@@',
|
| '@@@STEP_LOG_LINE@myperflog@perf data@@@',
|
| '@@@STEP_LOG_END_PERF@myperflog@dashboardname@@@',
|
| + '@@@STEP_LINK@cool_link@https://cool.example.com/beano_gnarly@@@',
|
| '@@@STEP_LOG_LINE@full_log@line one@@@',
|
| '@@@STEP_LOG_LINE@full_log@line two@@@',
|
| '@@@STEP_LOG_END@full_log@@@',
|
|
|