mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
oeqa/runexported.py: Fix exported test
With the changes introduced to test the eSDK the runexported test failed during the execution. This change fix runexported test in the least invasive way, because of the release cycle. (From OE-Core rev: da0abb9679cb1fd639859a2fdbd82101d0a81259) Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
85dbd7bf9e
commit
d27ca36e2a
@@ -18,7 +18,11 @@ from oeqa.utils import CommandError
|
||||
from oeqa.utils import ftools
|
||||
import re
|
||||
import contextlib
|
||||
import bb
|
||||
# Export test doesn't require bb
|
||||
try:
|
||||
import bb
|
||||
except ImportError:
|
||||
pass
|
||||
|
||||
class Command(object):
|
||||
def __init__(self, command, bg=False, timeout=None, data=None, **options):
|
||||
|
||||
Reference in New Issue
Block a user