Home
last modified time | relevance | path

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

/ohos5.0/build/test/example/
H A Dtest_build_option.py806 def test_build_variant(self, variant_option): argument
810 cmd = self.CMD.format('--build-variant', variant_option).split()
812 resolve_result, result, _ = self.get_common_spec_result(variant_option, cmd)
814 assert result == 0, "build_variant para {} failed".format(variant_option)
823 … assert result == 0 and check_file_flag, "build_variant para {} failed".format(variant_option)
825 assert result == 0, "build_variant para {} failed".format(variant_option)