fixup! test.ListCmd: Add support for output processing

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2023-11-23 17:28:31 +01:00
commit a194dc7c0d

View file

@ -380,9 +380,9 @@ class ListCmd(TestCase): # export
too_many = actual - needed - ignore too_many = actual - needed - ignore
ignored = ignore - (ignore - actual) ignored = ignore - (ignore - actual)
slog_m(NOTICE, "--- needed:\n", format_rows(needed)) slog_m(NOTICE, "--- needed:\n", format_rows(needed, quotes=True))
slog_m(NOTICE, "--- actual:\n", format_rows(actual)) slog_m(NOTICE, "--- actual:\n", format_rows(actual, quotes=True))
slog_m(NOTICE, "--- ignored:\n", format_rows(ignored)) slog_m(NOTICE, "--- ignored:\n", format_rows(ignored, quotes=True))
r = [] r = []
sep = ', ' sep = ', '