aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-11-30 18:59:06 -0800
committerAlon Zakai <alonzakai@gmail.com>2012-12-07 14:23:21 -0800
commita7a3f3e80a95fbdfa85600d3d9180a7e71d942b9 (patch)
treea5590b74f74e5de43142cb0c3536adc8fbc7dc4f /tests/runner.py
parent2465654957f733ebfa292bb60e2cf651350c39d9 (diff)
freelocale stub
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-xtests/runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py
index c84a953d..dd92ff9b 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -5220,6 +5220,7 @@ def process(filename):
}
'''
for linkable in [0, 1]:
+ print linkable
Settings.LINKABLE = linkable # regression check for issue #273
self.do_run(src, "1 2 3")