mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 12:32:15 +02:00
selftest/sstatetest: re-enable gcc printdiff test
(From OE-Core rev: 976832eb0c3fc0170a84ff7ab92352ca6f18c383) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
67be7cf82b
commit
7b3668a0aa
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user