]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/sdk: use bash to execute SDK test commands
authorMikko Rapeli <mikko.rapeli@bmw.de>
Wed, 8 May 2019 13:26:08 +0000 (16:26 +0300)
committerArmin Kuster <akuster808@gmail.com>
Sat, 1 Jun 2019 21:48:32 +0000 (14:48 -0700)
commit0423d5049492516a6df6caf3404ddaa1734ff1d9
tree27faa9dcdfd848f5e243a3fdbc91c99f0b62adcd
parent24d9e370e88a775486f9d6569bf1ba9c3b9e3b8a
oeqa/sdk: use bash to execute SDK test commands

The commands only work with with bash. If /bin/sh is
dash like in Debian, the command execution fails with
errors like:

Standard Output: /bin/sh: 5: export: --sysroot: bad variable name

and all SDK tests fail.

Signed-off-by: Mikko Rapeli <mikko.rapeli@bmw.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/lib/oeqa/sdk/case.py
meta/lib/oeqa/sdk/utils/sdkbuildproject.py