diff options
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/buildoptions.py')
| -rw-r--r-- | meta/lib/oeqa/selftest/cases/buildoptions.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/lib/oeqa/selftest/cases/buildoptions.py b/meta/lib/oeqa/selftest/cases/buildoptions.py index f99881758e..651bb03c7e 100644 --- a/meta/lib/oeqa/selftest/cases/buildoptions.py +++ b/meta/lib/oeqa/selftest/cases/buildoptions.py | |||
| @@ -183,8 +183,8 @@ class ArchiverTest(OESelftestTestCase): | |||
| 183 | deploy_dir_src = get_bb_var('DEPLOY_DIR_SRC') | 183 | deploy_dir_src = get_bb_var('DEPLOY_DIR_SRC') |
| 184 | pkgs_path = g.glob(str(deploy_dir_src) + "/allarch*/xcurs*") | 184 | pkgs_path = g.glob(str(deploy_dir_src) + "/allarch*/xcurs*") |
| 185 | src_file_glob = str(pkgs_path[0]) + "/xcursor*.src.rpm" | 185 | src_file_glob = str(pkgs_path[0]) + "/xcursor*.src.rpm" |
| 186 | tar_file_glob = str(pkgs_path[0]) + "/xcursor*.tar.gz" | 186 | tar_file_glob = str(pkgs_path[0]) + "/xcursor*.tar.xz" |
| 187 | self.assertTrue((g.glob(src_file_glob) and g.glob(tar_file_glob)), "Couldn't find .src.rpm and .tar.gz files under %s/allarch*/xcursor*" % deploy_dir_src) | 187 | self.assertTrue((g.glob(src_file_glob) and g.glob(tar_file_glob)), "Couldn't find .src.rpm and .tar.xz files under %s/allarch*/xcursor*" % deploy_dir_src) |
| 188 | 188 | ||
| 189 | class ToolchainOptions(OESelftestTestCase): | 189 | class ToolchainOptions(OESelftestTestCase): |
| 190 | def test_toolchain_fortran(self): | 190 | def test_toolchain_fortran(self): |
