summaryrefslogtreecommitdiffstats
path: root/test/Scanner/Python.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Scanner/Python.py')
-rw-r--r--test/Scanner/Python.py2
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: