]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
suite.py: must pass at least once through the backtrack loop 888/head
authorDan Mick <dan.mick@redhat.com>
Tue, 28 Jun 2016 02:11:22 +0000 (19:11 -0700)
committerDan Mick <dan.mick@redhat.com>
Tue, 28 Jun 2016 02:12:22 +0000 (19:12 -0700)
commit5dc130c08714053780b993fb7b4da871c7448f5d
tree211d9003a6f5273ce878fca8dc60300aa44f0358
parent3e7e0a357ed2407b14daaf1c65ebf5e6be460681
suite.py: must pass at least once through the backtrack loop

Changing the default of newest to '0' meant that the combined
loop which handles both backtrack and non-backtrack conditions
was never executing, leading to undefined variables.

Signed-off-by: Dan Mick <dan.mick@redhat.com>
teuthology/suite/run.py