Searched refs:gtestSuite (Results 1 – 1 of 1) sorted by relevance
163 def run_gtestsuite(self, gtestSuite): argument172 result = self.host.run('test -e %s' % gtestSuite.path,175 logging.error('Unable to find %s', gtestSuite.path)178 result = self.host.run('test -x %s' % gtestSuite.path,181 self.host.run('chmod +x %s' % gtestSuite.path)183 logging.debug('Running: %s', gtestSuite)184 command = '%s %s' % (gtestSuite.path, gtestSuite.args)185 if not gtestSuite.run_as_root:208 gtestSuite, result.exit_status)237 for gtestSuite in gtest_suites:[all …]