summaryrefslogtreecommitdiffstats
path: root/test/runtest
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2008-10-07 00:39:42 (GMT)
committerSteven Knight <knight@baldmt.com>2008-10-07 00:39:42 (GMT)
commitc7ea79b8c747c41b2a53bb8cfe82cb8bd1108475 (patch)
tree0e38f568cbb0e91640075a8a0bb0fc573f09224d /test/runtest
parent7719d579dddb84c57033c1fdf3a02268abba2204 (diff)
downloadSCons-c7ea79b8c747c41b2a53bb8cfe82cb8bd1108475.zip
SCons-c7ea79b8c747c41b2a53bb8cfe82cb8bd1108475.tar.gz
SCons-c7ea79b8c747c41b2a53bb8cfe82cb8bd1108475.tar.bz2
Remove left-over debug print.
Diffstat (limited to 'test/runtest')
-rw-r--r--test/runtest/fallback.py2
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')