fixed run_tests.py bug

This commit is contained in:
Anton Mitrokhin
2014-07-22 12:20:34 +04:00
parent a051c9bbd8
commit b6592c796d
2 changed files with 20 additions and 14 deletions

View File

@@ -442,9 +442,9 @@ class ExecutionStateGatherer(object):
self.revision = ""
self.rinf = []
self.tt = TestTable()
self.switch_revision("undefined")
def switch_revision(self, revision):
print "Switching revision to " + revision
self.revision = revision
self.rinf.append(RevisionInfo(self.hostname, self.revision))