summaryrefslogtreecommitdiff
path: root/tcwg-buildfarm.sh
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2018-05-30 12:57:49 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2018-05-30 12:57:49 +0000
commit394df97d1f39c6a34931a78a100d4e2bae86623a (patch)
treeda96d196598e0d80798d668de7c56a03eb887087 /tcwg-buildfarm.sh
parent034c872244cb4deac031bdc1f72edf3a87f55dd1 (diff)
tcwg-buildfarm.sh: Fix typo in qemu-cpu option.
Change-Id: I427e0932f8c6fa63a88f27cad0f24e2eb187f752
Diffstat (limited to 'tcwg-buildfarm.sh')
-rwxr-xr-xtcwg-buildfarm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-buildfarm.sh b/tcwg-buildfarm.sh
index bbd2bec0..3548c069 100755
--- a/tcwg-buildfarm.sh
+++ b/tcwg-buildfarm.sh
@@ -50,7 +50,7 @@ if echo $runtests | grep -q $target; then
arm*) qemu_cpu=cortex-a15 ;;
aarch64*) qemu_cpu=cortex-a57 ;;
esac
- [ "x${qemu_cpu}" != X ] && qemu_cpu="--qemu_cpu ${qemu_cpu}"
+ [ "x${qemu_cpu}" != X ] && qemu_cpu="--qemu-cpu ${qemu_cpu}"
fi
fi