diff --git a/testsuite/test_framework/shell.py b/testsuite/test_framework/shell.py index a0d11ef582461..d431fa75cd0e7 100644 --- a/testsuite/test_framework/shell.py +++ b/testsuite/test_framework/shell.py @@ -56,6 +56,7 @@ def run( stream_output: bool = False, timeout_secs: Optional[float] = None, ) -> RunResult: + print(command) self.logger.debug(f"+ {' '.join(command)}") process = subprocess.Popen(