diff options
-rw-r--r-- | meta/classes-recipe/testimage.bbclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/classes-recipe/testimage.bbclass b/meta/classes-recipe/testimage.bbclass index e090b1ef4b..847a6f18a8 100644 --- a/meta/classes-recipe/testimage.bbclass +++ b/meta/classes-recipe/testimage.bbclass | |||
@@ -26,7 +26,9 @@ TESTIMAGE_FAILED_QA_ARTIFACTS = "\ | |||
26 | ${localstatedir}/log \ | 26 | ${localstatedir}/log \ |
27 | ${localstatedir}/volatile/log \ | 27 | ${localstatedir}/volatile/log \ |
28 | ${sysconfdir}/version \ | 28 | ${sysconfdir}/version \ |
29 | ${sysconfdir}/os-release" | 29 | ${sysconfdir}/os-release \ |
30 | ${nonarch_libdir}/os-release \ | ||
31 | " | ||
30 | 32 | ||
31 | # If some ptests are run and fail, retrieve corresponding directories | 33 | # If some ptests are run and fail, retrieve corresponding directories |
32 | TESTIMAGE_FAILED_QA_ARTIFACTS += "${@bb.utils.contains('DISTRO_FEATURES', 'ptest', '${libdir}/*/ptest', '', d)}" | 34 | TESTIMAGE_FAILED_QA_ARTIFACTS += "${@bb.utils.contains('DISTRO_FEATURES', 'ptest', '${libdir}/*/ptest', '', d)}" |