summaryrefslogtreecommitdiff
path: root/ubuntu/scripts
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2018-02-20 11:14:56 +0000
committerAlex Bennée <alex.bennee@linaro.org>2018-02-20 11:14:56 +0000
commitd8ff2cb33bc36258f5106142c7337613029fad1c (patch)
tree76acc4273e8e8b6a84a2bb31246cf5e4fd8c6482 /ubuntu/scripts
parentaf1ff294d4edc79a87a764d03417b70696016183 (diff)
ubuntu/risu: add support for QEMU_FLAGSHEADmaster
This is needed to handle the diverging CPU types we can now have for linux-user. Change-Id: Id946c22aa010b0db36a8f88116948aae1a38bfe0
Diffstat (limited to 'ubuntu/scripts')
-rwxr-xr-xubuntu/scripts/run-risu.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/scripts/run-risu.sh b/ubuntu/scripts/run-risu.sh
index d1988d8..87bfd5e 100755
--- a/ubuntu/scripts/run-risu.sh
+++ b/ubuntu/scripts/run-risu.sh
@@ -49,7 +49,7 @@ for binary_file in ${RISU_TESTS}/*.risu.bin; do
echo "Skipping test: ${test_name} as missing trace file"
else
echo "Running test: ${test_name}"
- lava-test-case risu-${test_name} --shell ${QEMU} ${RISU_BIN} --master ${binary_file} -t ${trace_file}
+ lava-test-case risu-${test_name} --shell ${QEMU} ${QEMU_FLAGS} ${RISU_BIN} --master ${binary_file} -t ${trace_file}
fi
done