diff options
author | Adam Gross <grossag@vmware.com> | 2020-11-16 15:17:58 (GMT) |
---|---|---|
committer | Adam Gross <grossag@vmware.com> | 2020-11-16 15:17:58 (GMT) |
commit | fde36127ff949e7efbce321e7ace07707b35e41a (patch) | |
tree | 7db19f97751ccc1afafa250f851f00fc6ecda68f /test/Scanner/Python.py | |
parent | 28636490512924ce393ce324a61130d9d43fe54a (diff) | |
download | SCons-fde36127ff949e7efbce321e7ace07707b35e41a.zip SCons-fde36127ff949e7efbce321e7ace07707b35e41a.tar.gz SCons-fde36127ff949e7efbce321e7ace07707b35e41a.tar.bz2 |
Some initial fixes
Diffstat (limited to 'test/Scanner/Python.py')
-rw-r--r-- | test/Scanner/Python.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Scanner/Python.py b/test/Scanner/Python.py index 74c8a87..404967c 100644 --- a/test/Scanner/Python.py +++ b/test/Scanner/Python.py @@ -32,7 +32,7 @@ import TestSCons test = TestSCons.TestSCons() test.dir_fixture('Python') -test.run(arguments = '--debug=stacktrace .') +test.run(arguments = '-n --tree=prune --debug=stacktrace .', stdout='') test.pass_test() # Local Variables: |