On 24/04/2019 23.29, Wainer dos Santos Moschetta wrote: > Hello Thomas, > > On 04/24/2019 07:37 AM, Thomas Huth wrote: >> We are going to enable the qemu-iotests during "make check" again, >> and for running the iotests, we need bash and gnu-sed. >> >> Signed-off-by: Thomas Huth <th...@redhat.com> >> --- >> .cirrus.yml | 4 ++-- >> .travis.yml | 1 + >> 2 files changed, 3 insertions(+), 2 deletions(-) > > It needs to get the Freebsd image [1] updated too, in order to `make > BUILD_TARGET=check vm-build-freebsd` passes. Here it failed with: > --- > env: bash: No such file or directory > gmake: *** [/var/tmp/qemu-test.6OlDFH/tests/Makefile.include:1101: > check-tests/qemu-iotests-quick.sh] Error 1 > gmake: *** Waiting for unfinished jobs.... > --- > > I'm not sure about the netbsd and openbsd images, they might need bash > and gnu-sed as well.
D'oh! Does anybody know what are the correct steps to update these images? Thomas