summaryrefslogtreecommitdiffstats
path: root/test/errors.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2001-09-20 18:42:04 (GMT)
committerSteven Knight <knight@baldmt.com>2001-09-20 18:42:04 (GMT)
commit0b2e8f1e8bc49ab23cce17982bc6eb8c62604bff (patch)
treebc9688df0d96d5b75ff2c2da44c18466995fb1f8 /test/errors.py
parent16a3b3c891ae3a04dfe50c2c6473b781c8194a15 (diff)
downloadSCons-0b2e8f1e8bc49ab23cce17982bc6eb8c62604bff.zip
SCons-0b2e8f1e8bc49ab23cce17982bc6eb8c62604bff.tar.gz
SCons-0b2e8f1e8bc49ab23cce17982bc6eb8c62604bff.tar.bz2
Install scons, not scons.py
Diffstat (limited to 'test/errors.py')
-rw-r--r--test/errors.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/errors.py b/test/errors.py
index 8399958..65dc372 100644
--- a/test/errors.py
+++ b/test/errors.py
@@ -33,9 +33,9 @@ test.write('SConstruct3', """
raise InternalError, 'error inside'
""")
test.run(arguments='-f SConstruct3', stderr = r"""Traceback \((most recent call|innermost) last\):
- File ".*scons\.py", line \d+, in \?
+ File ".*scons", line \d+, in \?
main\(\)
- File ".*scons\.py", line \d+, in main
+ File ".*scons", line \d+, in main
exec f in globals\(\)
File "SConstruct3", line \d+, in \?
raise InternalError, 'error inside'