Home
last modified time | relevance | path

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

/build/test/example/
Dtest_build_option.py1066 def test_clean_args(self, clean_option): argument
1070 cmd = self.CMD.format('--clean-args', clean_option).split()
1071 resolve_result, result, _ = self.get_common_spec_result(clean_option, cmd)
1073 assert result == 0, "clean_args para {} failed".format(clean_option)
1079 if clean_option.lower() == "false":
1084 assert result == 0 and exist_flag, "clean_args para {} failed".format(clean_option)