summaryrefslogtreecommitdiffstats
path: root/runtest.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2002-11-13 08:49:30 (GMT)
committerSteven Knight <knight@baldmt.com>2002-11-13 08:49:30 (GMT)
commit3cd1df2a2faa246a150f9a6e5a29368eab106a30 (patch)
tree6923adde0391471bd033183fa8f34ae38edcb4ed /runtest.py
parentc3f2f406542da875245f96d9505b5bedde0a5de0 (diff)
downloadSCons-3cd1df2a2faa246a150f9a6e5a29368eab106a30.zip
SCons-3cd1df2a2faa246a150f9a6e5a29368eab106a30.tar.gz
SCons-3cd1df2a2faa246a150f9a6e5a29368eab106a30.tar.bz2
Win32 portability.
Diffstat (limited to 'runtest.py')
-rw-r--r--runtest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtest.py b/runtest.py
index 158d5b6..ebaf758 100644
--- a/runtest.py
+++ b/runtest.py
@@ -312,7 +312,7 @@ if len(tests) != 1:
sys.stdout.write("\nFailed the following test:\n")
else:
sys.stdout.write("\nFailed the following %d tests:\n" % len(fail))
- paths = map(lambda x: x.path, no_result)
+ paths = map(lambda x: x.path, fail)
sys.stdout.write("\t" + string.join(paths, "\n\t") + "\n")
if no_result:
if len(no_result) == 1: