Home
last modified time | relevance | path

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

/ohos5.0/build/test/example/
H A Dtest_build_option.py913 def test_get_warning_list(self, warning_option): argument
917 cmd = self.CMD.format('--get-warning-list', warning_option).split()
918 resolve_result, result, _ = self.get_common_spec_result(warning_option, cmd)
920 assert result == 0, "get_warning_list para {} failed".format(warning_option)
924 if warning_option.lower() == "false":
926 warning_option)
928 … assert result == 0 and check_file_flag, "get_warning_list para {} failed".format(warning_option)