summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/selftest')
-rw-r--r--meta/lib/oeqa/selftest/cases/sstatetests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/sstatetests.py b/meta/lib/oeqa/selftest/cases/sstatetests.py
index 4972ff70ca..340f41162f 100644
--- a/meta/lib/oeqa/selftest/cases/sstatetests.py
+++ b/meta/lib/oeqa/selftest/cases/sstatetests.py
@@ -838,7 +838,7 @@ do_install:append() {
838expected_sametmp_output, expected_difftmp_output) 838expected_sametmp_output, expected_difftmp_output)
839 839
840 # Check if changes to gcc-source (which uses tmp/work-shared) are correctly discovered 840 # Check if changes to gcc-source (which uses tmp/work-shared) are correctly discovered
841 def _test_gcc_runtime_vs_gcc_source(self): 841 def test_gcc_runtime_vs_gcc_source(self):
842 gcc_source_pn = 'gcc-source-%s' % get_bb_vars(['PV'], 'gcc')['PV'] 842 gcc_source_pn = 'gcc-source-%s' % get_bb_vars(['PV'], 'gcc')['PV']
843 843
844 expected_output = ("Task {}:do_preconfigure couldn't be used from the cache because:".format(gcc_source_pn), 844 expected_output = ("Task {}:do_preconfigure couldn't be used from the cache because:".format(gcc_source_pn),