summaryrefslogtreecommitdiffstats
path: root/test/Scanner/Python.py
diff options
context:
space:
mode:
authorAdam Gross <grossag@vmware.com>2020-11-16 16:35:21 (GMT)
committerAdam Gross <grossag@vmware.com>2020-11-16 16:35:21 (GMT)
commit69ab257c530f6449a4ec49454500c507437a9dbc (patch)
tree5991a83d0b6fdd8b992b172a0329767eeb419b99 /test/Scanner/Python.py
parentfde36127ff949e7efbce321e7ace07707b35e41a (diff)
downloadSCons-69ab257c530f6449a4ec49454500c507437a9dbc.zip
SCons-69ab257c530f6449a4ec49454500c507437a9dbc.tar.gz
SCons-69ab257c530f6449a4ec49454500c507437a9dbc.tar.bz2
Fix up scanner a bit
Tests still break
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 404967c..bb6e2c7 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 = '-n --tree=prune --debug=stacktrace .', stdout='')
+test.run(arguments = '--debug=stacktrace .', stdout='')
test.pass_test()
# Local Variables: