Home
last modified time | relevance | path

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

/test/testfwk/developer_test/src/core/build/
Dbuild_testcases.py151 build_result = self._execute_build_command(productform, command)
206 return self._execute_build_command(productform, command)
214 return self._execute_build_command(productform, command)
287 def _execute_build_command(self, productform, command): member in BuildTestcases