diff options
author | a-e-m <alexemartyn@gmail.com> | 2013-12-08 19:28:19 (GMT) |
---|---|---|
committer | a-e-m <alexemartyn@gmail.com> | 2013-12-08 19:28:19 (GMT) |
commit | a22ebd608d941b5ae1767a2903f4bacc925840ed (patch) | |
tree | 7dd001a8b794778bf60b142b138e49a4fa9ab8f9 /tests/test_pretty_print.py | |
parent | 8971c67fa209fe29ead54034cd0f9be39c0909ff (diff) |
Moved include_passed
Diffstat (limited to 'tests/test_pretty_print.py')
-rwxr-xr-x | tests/test_pretty_print.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_pretty_print.py b/tests/test_pretty_print.py index 359165e..c3035c5 100755 --- a/tests/test_pretty_print.py +++ b/tests/test_pretty_print.py @@ -395,6 +395,7 @@ def debug(x): print 'test_pretty_print: ' + x debug_test_pp = False +include_passed = False builddir = os.getcwd() def main(): @@ -411,7 +412,6 @@ def main(): debug_test_pp = True maxretry = 10 - include_passed = False if '--include-passed' in sys.argv: include_passed = True |