Tests: Fix debug message

This commit is contained in:
Wilson Snyder 2024-09-16 20:29:23 -04:00
parent 195a665293
commit b8bda729d4
1 changed files with 1 additions and 1 deletions

View File

@ -2799,7 +2799,7 @@ for arg in rest:
if Args.debug:
Arg_Driver_Verilator_Flags.append("--debug --no-skip-identical")
logging.basicConfig(level=logging.DEBUG)
logging.info("In driver.py, ARGV=" + pformat(sys.argv))
logging.info("In driver.py, ARGV=" + ' '.join(sys.argv))
if Args.golden:
os.environ['HARNESS_UPDATE_GOLDEN'] = '1'