Home
last modified time | relevance | path

Searched refs:error_regex (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dbuildhistory.py28 … global_config='', target_config='', change_bh_location=False, expect_error=False, error_regex=''): argument
44 search_for_error = re.search(error_regex, result.output)
45 …ch_for_error, msg="Could not find desired error in output: %s (%s)" % (error_regex, result.output))
H A Dbuildoptions.py149 …arget, target_config="PR = \"r0\"", change_bh_location=False, expect_error=True, error_regex=error)