From a242f2bfeea40b18eafd9add13d2294447219779 Mon Sep 17 00:00:00 2001 From: stevenknight Date: Thu, 20 Sep 2001 18:53:46 +0000 Subject: [PATCH] test/errors.py fails when not run under Aegis. git-svn-id: http://scons.tigris.org/svn/scons/trunk@60 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- test/errors.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/errors.py b/test/errors.py index 65dc3727..3c8663bc 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' -- 2.26.2