fix to regression testing script

This commit is contained in:
Arvid Norberg 2013-10-06 09:03:16 +00:00
parent 71a47a916a
commit fdbe37ea39
1 changed files with 3 additions and 0 deletions

View File

@ -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__":