diff options
author | Steven Knight <knight@baldmt.com> | 2008-10-07 00:39:42 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2008-10-07 00:39:42 (GMT) |
commit | c7ea79b8c747c41b2a53bb8cfe82cb8bd1108475 (patch) | |
tree | 0e38f568cbb0e91640075a8a0bb0fc573f09224d /test | |
parent | 7719d579dddb84c57033c1fdf3a02268abba2204 (diff) | |
download | SCons-c7ea79b8c747c41b2a53bb8cfe82cb8bd1108475.zip SCons-c7ea79b8c747c41b2a53bb8cfe82cb8bd1108475.tar.gz SCons-c7ea79b8c747c41b2a53bb8cfe82cb8bd1108475.tar.bz2 |
Remove left-over debug print.
Diffstat (limited to 'test')
-rw-r--r-- | test/runtest/fallback.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/runtest/fallback.py b/test/runtest/fallback.py index 76aebe6..9ea106a 100644 --- a/test/runtest/fallback.py +++ b/test/runtest/fallback.py @@ -49,8 +49,6 @@ while test.where_is('qmtest'): path.remove(dir) os.environ['PATH'] = string.join(path, os.pathsep) -print "PATH: %s"%os.environ['PATH'] - test.subdir('test') test_pass_py = os.path.join('test', 'pass.py') |