summaryrefslogtreecommitdiffstats
path: root/test/Fortran
diff options
context:
space:
mode:
authorWilliam Blevins <wblevins001@gmail.com>2016-11-28 03:11:10 (GMT)
committerWilliam Blevins <wblevins001@gmail.com>2016-11-28 03:11:10 (GMT)
commit2a13b4ee309325261f69cbcb7bb69a78ef27a08a (patch)
tree8d6f1f383124ffcc0f62711ce41f6e7021ed50ec /test/Fortran
parent98b77fecd17937c0b10d809906c4c0760ca077e5 (diff)
downloadSCons-2a13b4ee309325261f69cbcb7bb69a78ef27a08a.zip
SCons-2a13b4ee309325261f69cbcb7bb69a78ef27a08a.tar.gz
SCons-2a13b4ee309325261f69cbcb7bb69a78ef27a08a.tar.bz2
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 6570e0f..6224d44 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')