fix to regression testing script
This commit is contained in:
parent
71a47a916a
commit
fdbe37ea39
|
@ -142,6 +142,9 @@ def loop():
|
|||
run_tests.main(sys.argv[1:])
|
||||
last_rev = r;
|
||||
|
||||
# pop the revision we just completed
|
||||
revs = revs[1:]
|
||||
|
||||
open(rev_file, 'w+').write('%d' % last_rev)
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Reference in New Issue