fix typo in run_regression_tests.py
This commit is contained in:
@@ -22,7 +22,7 @@ def svn_fetch():
|
|||||||
output += l
|
output += l
|
||||||
|
|
||||||
if revision == -1:
|
if revision == -1:
|
||||||
print '\n\nsvn update failed\n\n%s' % ouput
|
print '\n\nsvn update failed\n\n%s' % output
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
return range(current_version + 1, revision + 1)
|
return range(current_version + 1, revision + 1)
|
||||||
|
Reference in New Issue
Block a user