From 4a10778b88eee8a7e820c96063ad73f88c346578 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sun, 16 Jun 2013 21:51:12 +0000 Subject: [PATCH] fix typo in run_regression_tests.py --- tools/run_regression_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/run_regression_tests.py b/tools/run_regression_tests.py index e379883e6..3e2beb1f8 100644 --- a/tools/run_regression_tests.py +++ b/tools/run_regression_tests.py @@ -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)