diff options
author | William Deegan <bill@baddogconsulting.com> | 2017-04-05 01:48:51 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2017-04-05 01:48:51 (GMT) |
commit | d30050a18db0ef88c5bc1baa2fd7a5dd094cc034 (patch) | |
tree | 0d6e6006786a00e8cdf456a5880271b328881dc3 /test | |
parent | 7284dcce49a1b67799b01245a9c8d48c7cd7d0ed (diff) | |
download | SCons-d30050a18db0ef88c5bc1baa2fd7a5dd094cc034.zip SCons-d30050a18db0ef88c5bc1baa2fd7a5dd094cc034.tar.gz SCons-d30050a18db0ef88c5bc1baa2fd7a5dd094cc034.tar.bz2 |
py2/3 exceptions in py3 seem to have full package name
Diffstat (limited to 'test')
-rw-r--r-- | test/Errors/InternalError.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Errors/InternalError.py b/test/Errors/InternalError.py index 8ed6da1..a709597 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() |