run: move run.sh into out/arch/qemu or out/arch/gem5 subdirs

This allows to compare both commands as the run.sh won't overwritten.
This commit is contained in:
Ciro Santilli
2018-04-19 23:51:21 +01:00
parent af210a7671
commit 759fb7b7c8
4 changed files with 15 additions and 4 deletions

2
run
View File

@@ -287,4 +287,4 @@ if "$tmux"; then
eval "./tmu 'sleep 2;./gem5-shell'"
fi
fi
"${root_dir}/eeval" "$cmd" "${out_arch_dir}/run.sh"
"${root_dir}/eeval" "$cmd" "${common_out_run_dir}/run.sh"