summaryrefslogtreecommitdiffstats
path: root/test/errors.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2001-09-12 02:20:03 (GMT)
committerSteven Knight <knight@baldmt.com>2001-09-12 02:20:03 (GMT)
commite3e7b09d110ace0334c941eec930f3d651fe1151 (patch)
treee22e75f5e4a2a5aa75afd5e9fc3d7d1d76082da5 /test/errors.py
parent08994e034cbc908eefe3e8acf3f002da68e77243 (diff)
downloadSCons-e3e7b09d110ace0334c941eec930f3d651fe1151.zip
SCons-e3e7b09d110ace0334c941eec930f3d651fe1151.tar.gz
SCons-e3e7b09d110ace0334c941eec930f3d651fe1151.tar.bz2
Fixes for -f end cases.
Diffstat (limited to 'test/errors.py')
-rw-r--r--test/errors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/errors.py b/test/errors.py
index 04eac9e..a4b05cc 100644
--- a/test/errors.py
+++ b/test/errors.py
@@ -49,7 +49,7 @@ expect = r"""Traceback \((most recent call|innermost) last\):
File "%s", line \d+, in \?
main\(\)
File "%s", line \d+, in main
- execfile\(file\)
+ exec f
File "SConstruct3", line \d+, in \?
raise InternalError, 'error inside'
InternalError: error inside