diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/xts.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/xts.py b/tests/xts.py index 715ecfa47..bdd595cd6 100644 --- a/tests/xts.py +++ b/tests/xts.py @@ -99,6 +99,7 @@ class XTSTest(Test): # pylint: disable=too-few-public-methods self.testdir, self.testname) self.env.update({"TET_RESFILE": self.test_results_file}) + print('running', self._command) super(XTSTest, self).run() def _process_log_for_images(self, log): |