Re: [OE-core] [PATCH 1/1] oeqa/sdk/cases/buildgalculator.py: skip if gettext not available

2018-05-17 Thread ChenQi
On 05/17/2018 06:00 PM, Burton, Ross wrote: On 16 May 2018 at 06:07, Chen Qi wrote: +if not (self.tc.hasPrefixedTargetPackage("gettext")): +raise unittest.SkipTest("GalculatorTest class: SDK doesn't contain gettext") File

Re: [OE-core] [PATCH 1/1] oeqa/sdk/cases/buildgalculator.py: skip if gettext not available

2018-05-17 Thread Burton, Ross
On 16 May 2018 at 06:07, Chen Qi wrote: > +if not (self.tc.hasPrefixedTargetPackage("gettext")): > +raise unittest.SkipTest("GalculatorTest class: SDK doesn't > contain gettext") File