Home
last modified time | relevance | path

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

/ohos5.0/build/test/example/
H A Dtest_build_option.py795 def test_keep_ninja_going(self, going_option): argument
799 cmd = self.CMD.format('--keep-ninja-going', going_option).split()
801 result = self.get_match_result(cmd, "keep_ninja_going", going_option)
803 assert result == 0, "keep_ninja_going para {} failed".format(going_option)