support/scripts/boot-qemu-image.py: don't fail if start-qemu.sh is missing
authorRomain Naour <romain.naour@gmail.com>
Tue, 24 Nov 2020 20:30:19 +0000 (21:30 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 5 Dec 2020 21:33:27 +0000 (22:33 +0100)
commitd673618342bcc655f6b961b799bdd419ebd01656
tree92bc4a3d79ad4b1c2b418ca7b2da5a475b6bbeac
parent94bba6f015dc7f912be6490952d649a1721f9ad4
support/scripts/boot-qemu-image.py: don't fail if start-qemu.sh is missing

When boot-qemu-image.py script was added, we wanted to run
each qemu defconfig in gitlab, so we expect that all qemu
defconfig generate the script start-qemu.sh in images
directory.

Don't make it a hard requirement even if we prefer to be
able to do a runtime test for each qemu defconfig.

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Yann E. MORIN <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
support/scripts/boot-qemu-image.py