From 31152ec718025bf41047dba5d9f1f714a3ba78b7 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Mon, 2 Jan 2023 15:53:13 +0100 Subject: [PATCH] test.ListCmd: Use ListCmd._row_name() for displaying stuff Signed-off-by: Jan Lindemann --- src/python/devtest/os/test/ListCmd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/devtest/os/test/ListCmd.py b/src/python/devtest/os/test/ListCmd.py index 2a6224e..2b1ce01 100644 --- a/src/python/devtest/os/test/ListCmd.py +++ b/src/python/devtest/os/test/ListCmd.py @@ -136,7 +136,7 @@ class ListCmd(TestCase): # export @property def name(self): - return '(' + self.to_str(fields=['name-fields', 'cmp-fields'], only_values=True) + ')' + return self.parent._row_name(self) @property def line(self):