Lines Matching refs:test
96 def get_commands(self, test): argument
98 "RATIO=1 build_tools/rocksdb-lego-determinator %s" % test, ".")
104 def run_test(self, test): argument
105 self.log.caption("Running test %s locally" % test)
108 status, cmds = self.get_commands(test)
110 self.log.error("Error getting commands for test %s" % test)
130 % (cmd, test))
148 for test in self.tests:
150 self.print_test(test)
151 result = self.run_test(test)
154 self.log.error("Error running test %s" % test)
177 def print_test(self, test): argument
178 print(test.ljust(40), end="")