Home
last modified time | relevance | path

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

/ohos5.0/build/test/example/
H A Dtest_build_option.py644 def test_strict_mode(self, strict_mode): argument
648 cmd = self.CMD.format('--strict-mode', strict_mode).split()
650 result = self.get_match_result(cmd, "strict_mode", strict_mode)
652 assert result == 0, "strict mode para {} failed".format(strict_mode)