diff options
Diffstat (limited to 'meta/lib')
-rw-r--r-- | meta/lib/oeqa/selftest/buildoptions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/buildoptions.py b/meta/lib/oeqa/selftest/buildoptions.py index 2fc77e1ed4..e9a5aaddd1 100644 --- a/meta/lib/oeqa/selftest/buildoptions.py +++ b/meta/lib/oeqa/selftest/buildoptions.py | |||
@@ -276,7 +276,7 @@ class ArchiverTest(oeSelfTest): | |||
276 | Test for archiving the work directory and exporting the source files. | 276 | Test for archiving the work directory and exporting the source files. |
277 | """ | 277 | """ |
278 | self.add_command_to_tearDown('cleanup-workdir') | 278 | self.add_command_to_tearDown('cleanup-workdir') |
279 | self.write_config("INHERIT = \"archiver\"\nARCHIVER_MODE[src] = \"original\"\nARCHIVER_MODE[srpm] = \"1\"") | 279 | self.write_config("INHERIT += \"archiver\"\nARCHIVER_MODE[src] = \"original\"\nARCHIVER_MODE[srpm] = \"1\"") |
280 | res = bitbake("xcursor-transparent-theme", ignore_status=True) | 280 | res = bitbake("xcursor-transparent-theme", ignore_status=True) |
281 | self.assertEqual(res.status, 0, "\nCouldn't build xcursortransparenttheme.\nbitbake output %s" % res.output) | 281 | self.assertEqual(res.status, 0, "\nCouldn't build xcursortransparenttheme.\nbitbake output %s" % res.output) |
282 | pkgs_path = g.glob(str(self.builddir) + "/tmp/deploy/sources/allarch*/xcurs*") | 282 | pkgs_path = g.glob(str(self.builddir) + "/tmp/deploy/sources/allarch*/xcurs*") |