Skip to content
Snippets Groups Projects
Commit b235d13b authored by Jerome Forissier's avatar Jerome Forissier Committed by Jérôme Forissier
Browse files

qemu: export XEN_BOOT for make check


qemu-check.exp needs the environment variable $XEN_BOOT to be set,
or the following error is displayed:
 $ make check
 ...
 # no such variable
     (read trace on "::env(XEN_BOOT)")
     invoked from within
 "if {$::env(XEN_BOOT) == "y"} {
         info " (Xen Dom0)"
 }"
     (file "/<...>/qemu-check.exp" line 119)

Signed-off-by: default avatarJerome Forissier <jerome@forissier.org>
Acked-by: default avatarJens Wiklander <jens.wiklander@linaro.org>
Acked-by: default avatarRuchika Gupta <ruchika.gupta@linaro.org>
parent fc2747c2
No related branches found
Tags 3.13.0-rc1
No related merge requests found
......@@ -198,6 +198,7 @@ check: $(CHECK_DEPS)
cd $(BINARIES_PATH) && \
export QEMU=$(QEMU_BUILD)/arm-softmmu/qemu-system-arm && \
export QEMU_SMP=$(QEMU_SMP) && \
export XEN_BOOT=n && \
expect $(ROOT)/build/qemu-check.exp -- $(check-args) || \
(if [ "$(DUMP_LOGS_ON_ERROR)" ]; then \
echo "== $$PWD/serial0.log:"; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment