diff options
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/lib/oeqa/selftest/cases/devtool.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/lib/oeqa/selftest/cases/devtool.py b/meta/lib/oeqa/selftest/cases/devtool.py index 44a2a50f2e..fc08906117 100644 --- a/meta/lib/oeqa/selftest/cases/devtool.py +++ b/meta/lib/oeqa/selftest/cases/devtool.py | |||
| @@ -1792,6 +1792,8 @@ class DevtoolExtractTests(DevtoolBase): | |||
| 1792 | # Definitions | 1792 | # Definitions |
| 1793 | testrecipe = 'mdadm' | 1793 | testrecipe = 'mdadm' |
| 1794 | testfile = '/sbin/mdadm' | 1794 | testfile = '/sbin/mdadm' |
| 1795 | if "usrmerge" in get_bb_var('DISTRO_FEATURES'): | ||
| 1796 | testfile = '/usr/sbin/mdadm' | ||
| 1795 | testimage = 'oe-selftest-image' | 1797 | testimage = 'oe-selftest-image' |
| 1796 | testcommand = '/sbin/mdadm --help' | 1798 | testcommand = '/sbin/mdadm --help' |
| 1797 | # Build an image to run | 1799 | # Build an image to run |
