Searched refs:gtestSuite (Results 1 – 1 of 1) sorted by relevance
164 def run_gtestsuite(self, gtestSuite): argument173 result = self.host.run('test -e %s' % gtestSuite.path,176 logging.error('Unable to find %s', gtestSuite.path)179 result = self.host.run('test -x %s' % gtestSuite.path,182 self.host.run('chmod +x %s' % gtestSuite.path)184 logging.debug('Running: %s', gtestSuite)185 command = '%s %s' % (gtestSuite.path, gtestSuite.args)186 if not gtestSuite.run_as_root:209 gtestSuite, result.exit_status)238 for gtestSuite in gtest_suites:[all …]