mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-28 12:34:26 +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}"
|
eval "./tmu ./rungdb -a '${arch} -L ${common_linux_variant}' -n ${common_run_id} ${tmux_args}"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
cmd="time ${cmd} \\
|
cmd="time ${cmd}"
|
||||||
|
if ! "$debug_vm"; then
|
||||||
|
cmd="${cmd} \
|
||||||
|& tee >(ts -s %.s > ${common_termout_file}) \
|
|& tee >(ts -s %.s > ${common_termout_file}) \
|
||||||
"
|
"
|
||||||
|
fi
|
||||||
"${root_dir}/eeval" "$cmd" "${common_run_dir}/run.sh"
|
"${root_dir}/eeval" "$cmd" "${common_run_dir}/run.sh"
|
||||||
|
|||||||
Reference in New Issue
Block a user