Skip to content

Commit 291de25

Browse files
committed
disable termout logging when debugging vm
1 parent e376e25 commit 291de25

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

run

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,10 @@ if "$tmux"; then
363363
eval "./tmu ./rungdb -a '${arch} -L ${common_linux_variant}' -n ${common_run_id} ${tmux_args}"
364364
fi
365365
fi
366-
cmd="time ${cmd} \\
366+
cmd="time ${cmd}"
367+
if ! "$debug_vm"; then
368+
cmd="${cmd} \
367369
|& tee >(ts -s %.s > ${common_termout_file}) \
368370
"
371+
fi
369372
"${root_dir}/eeval" "$cmd" "${common_run_dir}/run.sh"

0 commit comments

Comments
 (0)