Home
last modified time | relevance | path

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

/ohos5.0/build/test/example/
H A Dtest_build_option.py960 def test_clean_args(self, clean_option): argument
964 cmd = self.CMD.format('--clean-args', clean_option).split()
965 resolve_result, result, _ = self.get_common_spec_result(clean_option, cmd)
967 assert result == 0, "clean_args para {} failed".format(clean_option)
973 if clean_option.lower() == "false":
978 assert result == 0 and exist_flag, "clean_args para {} failed".format(clean_option)