From: Alexander Kanavin Date: Mon, 18 Dec 2023 08:44:03 +0000 (+0100) Subject: selftest/sstatetest: re-enable gcc printdiff test X-Git-Tag: yocto-5.2~4077 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=976832eb0c3fc0170a84ff7ab92352ca6f18c383;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git selftest/sstatetest: re-enable gcc printdiff test Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/lib/oeqa/selftest/cases/sstatetests.py b/meta/lib/oeqa/selftest/cases/sstatetests.py index 4972ff70ca7..340f41162f0 100644 --- a/meta/lib/oeqa/selftest/cases/sstatetests.py +++ b/meta/lib/oeqa/selftest/cases/sstatetests.py @@ -838,7 +838,7 @@ do_install:append() { expected_sametmp_output, expected_difftmp_output) # Check if changes to gcc-source (which uses tmp/work-shared) are correctly discovered - def _test_gcc_runtime_vs_gcc_source(self): + def test_gcc_runtime_vs_gcc_source(self): gcc_source_pn = 'gcc-source-%s' % get_bb_vars(['PV'], 'gcc')['PV'] expected_output = ("Task {}:do_preconfigure couldn't be used from the cache because:".format(gcc_source_pn),