Skip to content

Commit

Permalink
simulate.py: Print simulation command in verbose mode
Browse files Browse the repository at this point in the history
  • Loading branch information
colluca committed Sep 25, 2023
1 parent ad25eb2 commit 5e98c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/sim/simulate.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def run_test(test, args):
# which are executed in parallel
if 'rundir' in test:
cmd = f'cd {test["rundir"]} && {cmd}'
if not quiet:
if not quiet or args.verbose:
print(f'$ {cmd}', flush=True)

# Run simulation
Expand Down

0 comments on commit 5e98c79

Please sign in to comment.