mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
disable termout logging when debugging vm
This commit is contained in:
5
run
5
run
@@ -363,7 +363,10 @@ if "$tmux"; then
|
||||
eval "./tmu ./rungdb -a '${arch} -L ${common_linux_variant}' -n ${common_run_id} ${tmux_args}"
|
||||
fi
|
||||
fi
|
||||
cmd="time ${cmd} \\
|
||||
cmd="time ${cmd}"
|
||||
if ! "$debug_vm"; then
|
||||
cmd="${cmd} \
|
||||
|& tee >(ts -s %.s > ${common_termout_file}) \
|
||||
"
|
||||
fi
|
||||
"${root_dir}/eeval" "$cmd" "${common_run_dir}/run.sh"
|
||||
|
||||
Reference in New Issue
Block a user