mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
bench-all: add build benchmarks and make all benchmarks options
run: fix ./run -gu broken behaviour. Document ./tmu window switch failure. readme: move travis failed attempt to readme.
This commit is contained in:
6
run
6
run
@@ -281,10 +281,10 @@ ${extra_flags} \
|
||||
esac
|
||||
fi
|
||||
if "$tmux"; then
|
||||
if "$debug"; then
|
||||
eval "./tmu ./rungdb -a "${arch}" ${tmux_args}"
|
||||
elif "$gem5"; then
|
||||
if "$gem5"; then
|
||||
eval "./tmu 'sleep 2;./gem5-shell'"
|
||||
elif "$debug"; then
|
||||
eval "./tmu ./rungdb -a '${arch}' ${tmux_args}"
|
||||
fi
|
||||
fi
|
||||
"${root_dir}/eeval" "$cmd" "${common_out_run_dir}/run.sh"
|
||||
|
||||
Reference in New Issue
Block a user