]> 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, 18 May 2019 04:30:51 +0000 (21:30 -0700)
commit274c22a1fd95418e4afb6633bb4b2e6debc4d7ea
treed0c7818be089d02593133cbf26fe955dad48eb96
parent6f58c301e2d3463848df35c5b5c55d167ab34035
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