summaryrefslogtreecommitdiff
path: root/test/Errors
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-04-04 21:48:51 -0400
committerWilliam Deegan <bill@baddogconsulting.com>2017-04-04 21:48:51 -0400
commit613851649611af8c0cb043cd26f89b1fdce772bc (patch)
tree0d6e6006786a00e8cdf456a5880271b328881dc3 /test/Errors
parent1eecfd6e10f524948b00b32ac3cc61ebdc4097d9 (diff)
downloadscons-613851649611af8c0cb043cd26f89b1fdce772bc.tar.gz
py2/3 exceptions in py3 seem to have full package name
Diffstat (limited to 'test/Errors')
-rw-r--r--test/Errors/InternalError.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Errors/InternalError.py b/test/Errors/InternalError.py
index 8ed6da14..a7095973 100644
--- a/test/Errors/InternalError.py
+++ b/test/Errors/InternalError.py
@@ -47,7 +47,7 @@ test.run(stdout = "scons: Reading SConscript files ...\ninternal error\n",
File ".+", line \d+, in .+
File ".+SConstruct", line \d+, in .+
raise InternalError\('error inside'\)
-InternalError: error inside
+(SCons\.Errors\.|)InternalError: error inside
""", status=2)
test.pass_test()