mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-devtest
synced 2026-01-15 10:23:32 +01:00
fixup! test.ListCmd: Add support for output processing
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
e752a67e13
commit
a194dc7c0d
1 changed files with 3 additions and 3 deletions
|
|
@ -380,9 +380,9 @@ class ListCmd(TestCase): # export
|
|||
too_many = actual - needed - ignore
|
||||
ignored = ignore - (ignore - actual)
|
||||
|
||||
slog_m(NOTICE, "--- needed:\n", format_rows(needed))
|
||||
slog_m(NOTICE, "--- actual:\n", format_rows(actual))
|
||||
slog_m(NOTICE, "--- ignored:\n", format_rows(ignored))
|
||||
slog_m(NOTICE, "--- needed:\n", format_rows(needed, quotes=True))
|
||||
slog_m(NOTICE, "--- actual:\n", format_rows(actual, quotes=True))
|
||||
slog_m(NOTICE, "--- ignored:\n", format_rows(ignored, quotes=True))
|
||||
|
||||
r = []
|
||||
sep = ', '
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue