]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 9 May 2019 15:31:56 +0000 (16:31 +0100)
commit796b9089c589fed1412ae85b0fd6e33a41cba234
treeea6737f7d8b1af3cfa33dff2fbf8689d1aba34ee
parent2a2f74a27dc7005e5130871e084965ff89885a78
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.

(From OE-Core rev: ba5bee46131bbb31efba766c4d29e5bf71c664a7)

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