diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index fdc7ea9e..4aa15510 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -4013,6 +4013,8 @@ def process(filename): printf( "%i %i %i", one, two, three ); } ''' + #for linkable in [0]: + # Settings.LINKABLE = linkable # regression check for issue #273 self.do_run(src, "1 2 3") def test_readdir(self): |