forked from premiere/premiere-libtorrent
fix typo in run_regression_tests.py
This commit is contained in:
parent
261a25cab7
commit
4a10778b88
|
@ -22,7 +22,7 @@ def svn_fetch():
|
|||
output += l
|
||||
|
||||
if revision == -1:
|
||||
print '\n\nsvn update failed\n\n%s' % ouput
|
||||
print '\n\nsvn update failed\n\n%s' % output
|
||||
sys.exit(1)
|
||||
|
||||
return range(current_version + 1, revision + 1)
|
||||
|
|
Loading…
Reference in New Issue