[Tests] Modified the logs to print a command that we can copy and paste

This commit is contained in:
Salvador E. Tropea 2022-08-11 09:27:39 -03:00
parent 75afab0d40
commit 9be29307be
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ class TestContext(object):
cmd_base.append('--rcfile='+os.path.join(cwd, '.coveragerc'))
os.environ['COVERAGE_FILE'] = os.path.join(cwd, '.coverage')
cmd = cmd_base+cmd
logging.debug(cmd)
logging.debug(usable_cmd(cmd))
out_filename = self.get_out_path('output.txt')
err_filename = self.get_out_path('error.txt')
if use_a_tty: