[oe-commits] [openembedded-core] 03/11: HACK: Enable saving of packages

git at git.openembedded.org git at git.openembedded.org
Mon Dec 30 08:49:07 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 751d5ad596c60d92fddf9434fd515a045f7543d1
Author: Joshua Watt <JPEWhacker at gmail.com>
AuthorDate: Thu Oct 24 13:09:33 2019 -0500

    HACK: Enable saving of packages
    
    Signed-off-by: Joshua Watt <JPEWhacker at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/lib/oeqa/selftest/cases/reproducible.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/lib/oeqa/selftest/cases/reproducible.py b/meta/lib/oeqa/selftest/cases/reproducible.py
index db538a4..71ed9f9 100644
--- a/meta/lib/oeqa/selftest/cases/reproducible.py
+++ b/meta/lib/oeqa/selftest/cases/reproducible.py
@@ -79,7 +79,7 @@ def compare_file(reference, test, diffutils_sysroot):
 class ReproducibleTests(OESelftestTestCase):
     package_classes = ['deb', 'ipk']
     images = ['core-image-minimal', 'core-image-sato', 'core-image-full-cmdline']
-    save_results = False
+    save_results = True
 
     def setUpLocal(self):
         super().setUpLocal()

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list