summaryrefslogtreecommitdiff
path: root/test/Fortran
diff options
context:
space:
mode:
authorWilliam Blevins <wblevins001@gmail.com>2016-11-27 22:11:10 -0500
committerWilliam Blevins <wblevins001@gmail.com>2016-11-27 22:11:10 -0500
commitee1c39fa6ae3b2f93d3e7c7ca3cfe471f935137d (patch)
tree8d6f1f383124ffcc0f62711ce41f6e7021ed50ec /test/Fortran
parent6d0a7f0c6cea94d28047930de9bd199675db260a (diff)
downloadscons-ee1c39fa6ae3b2f93d3e7c7ca3cfe471f935137d.tar.gz
Revert of minor debug change for python3 update.
Diffstat (limited to 'test/Fortran')
-rw-r--r--test/Fortran/module-subdir.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Fortran/module-subdir.py b/test/Fortran/module-subdir.py
index 6570e0f2..6224d44d 100644
--- a/test/Fortran/module-subdir.py
+++ b/test/Fortran/module-subdir.py
@@ -103,7 +103,7 @@ end module
""")
-test.run(arguments = '. --tree=all')
+test.run(arguments = '.')
somemodule = os.path.join('subdir', 'build', 'somemodule.mod')