mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
bench-all: get working again
Fix gem5/build wrong path for dd swapfile. Put it under out/ while we are at it now that we have out of tree builds. Allow seq_id larger than 7: broke previously because 08 is not valid octal. Use timeout --foreground to allow killing scons Don't upload results by default, too insane.
This commit is contained in:
@@ -3,7 +3,7 @@ set -eu
|
||||
arch=x86_64
|
||||
cross_compile=
|
||||
j=
|
||||
outdir=./
|
||||
outdir="$(pwd)/out"
|
||||
while getopts a:c:j:o: OPT; do
|
||||
case "$OPT" in
|
||||
a)
|
||||
|
||||
Reference in New Issue
Block a user