Skip to content
Snippets Groups Projects
Commit 6e1a89cd authored by Andre Maroneze's avatar Andre Maroneze
Browse files

[Ptests] show EXECNOW command when -show is set

parent ac780778
No related branches found
No related tags found
No related merge requests found
...@@ -1376,7 +1376,7 @@ let do_command command = ...@@ -1376,7 +1376,7 @@ let do_command command =
else else
execnow.ex_cmd execnow.ex_cmd
in in
if !verbosity >= 1 then begin if !verbosity >= 1 || !behavior = Show then begin
lock_printf "%% launch %s@." cmd; lock_printf "%% launch %s@." cmd;
end; end;
shared.summary_run <- succ shared.summary_run; shared.summary_run <- succ shared.summary_run;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment