diff options
Diffstat (limited to 'tests/frontend/logging.py')
-rw-r--r-- | tests/frontend/logging.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/frontend/logging.py b/tests/frontend/logging.py index 6a17bf771..462af821f 100644 --- a/tests/frontend/logging.py +++ b/tests/frontend/logging.py @@ -124,7 +124,7 @@ def test_failed_build_listing(cli, datafiles): assert m.end() in failure_summary_range assert len(matches) == 3 # each element should be matched once. - # Note that if we mess up the 'unique_id' of Messages, they won't be printed + # Note that if we mess up the 'element_name' of Messages, they won't be printed # with the name of the relevant element, e.g. 'testfail-1.bst'. Check that # they have the name as expected. pattern = r"\[..:..:..\] FAILURE testfail-.\.bst: Staged artifacts do not provide command 'sh'" |