##// END OF EJS Templates
run-test: include test name in the return vlog...
Pierre-Yves David -
r24926:3fe1e07f default
parent child Browse files
Show More
@@ -620,7 +620,7 b' class Test(unittest.TestCase):'
620 620 f.write(line)
621 621 f.close()
622 622
623 vlog("# Ret was:", self._ret)
623 vlog("# Ret was:", self._ret, '(%s)' % self.name)
624 624
625 625 def _run(self, env):
626 626 # This should be implemented in child classes to run tests.
General Comments 0
You need to be logged in to leave comments. Login now