fix typo in run_regression_tests.py

This commit is contained in:
Arvid Norberg 2013-06-16 21:51:12 +00:00
parent 261a25cab7
commit 4a10778b88
1 changed files with 1 additions and 1 deletions

View File

@ -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)