summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2001-09-20 18:53:46 (GMT)
committerSteven Knight <knight@baldmt.com>2001-09-20 18:53:46 (GMT)
commit2e93fc7d50148989fbed7ea37f76dfb0e5da1dc8 (patch)
tree2655be5bf02767b915b851b10fc291bfb032465f /test
parent0b2e8f1e8bc49ab23cce17982bc6eb8c62604bff (diff)
downloadSCons-2e93fc7d50148989fbed7ea37f76dfb0e5da1dc8.zip
SCons-2e93fc7d50148989fbed7ea37f76dfb0e5da1dc8.tar.gz
SCons-2e93fc7d50148989fbed7ea37f76dfb0e5da1dc8.tar.bz2
test/errors.py fails when not run under Aegis.
Diffstat (limited to 'test')
-rw-r--r--test/errors.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/errors.py b/test/errors.py
index 65dc372..3c8663b 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", line \d+, in \?
+ File ".*scons(\.py)?", line \d+, in \?
main\(\)
- File ".*scons", line \d+, in main
+ File ".*scons(\.py)?", line \d+, in main
exec f in globals\(\)
File "SConstruct3", line \d+, in \?
raise InternalError, 'error inside'