commit | ad732189e8ff68a25a684edbd87fe8152fb616ef | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Jan 17 16:43:04 2024 -0500 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 17 17:11:52 2024 -0500 |
tree | 992c83d276c577dcfd0ed3b306ad8cb1db4f35de | |
parent | bfcb320e32b644c7ad2b61958abd511ed549e71b [diff] |
test: test_trace.py: Have trace-cmd report always use -l With newer versions of trace-cmd the report subcommand will have different output from before if we do or do not pass -l. However, with the -l flag passed our put is consistent here. This updates our regular expressions and comments for this as well now. Signed-off-by: Tom Rini <trini@konsulko.com> --- Changes in v2: - Use the -l flag to have consistent output for either version