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

git at git.openembedded.org git at git.openembedded.org
Tue Nov 5 10:38:15 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 3fdabcdbd6c6b2099fc552bab34f28a13a19efba
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 a911056..78189a4 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']
-    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