summaryrefslogtreecommitdiffstats
path: root/test/Scanner/Python.py
diff options
context:
space:
mode:
authorAdam Gross <grossag@vmware.com>2020-11-16 21:59:20 (GMT)
committerAdam Gross <grossag@vmware.com>2020-11-17 00:25:33 (GMT)
commit55b41b5841aaf1f86d8a8380e0f8603b45bcc49f (patch)
treee011288ff78c3e64ed62e9be88be6dc7c316f75a /test/Scanner/Python.py
parent1037bb6069612408183e953081c72dac9814f370 (diff)
downloadSCons-55b41b5841aaf1f86d8a8380e0f8603b45bcc49f.zip
SCons-55b41b5841aaf1f86d8a8380e0f8603b45bcc49f.tar.gz
SCons-55b41b5841aaf1f86d8a8380e0f8603b45bcc49f.tar.bz2
[ci skip] Some fixes to the Python scanner and test
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: