diff options
author | Steven Knight <knight@baldmt.com> | 2010-07-29 13:48:15 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2010-07-29 13:48:15 (GMT) |
commit | 72107dc14a1eae4176bca11b2fed1c34a5674e15 (patch) | |
tree | c5460d704c5bf7d07e84e0d48a18749940eeb275 /test/Interactive | |
parent | 8823074fc0bbd10f8e20cfc1bf41ad3eab3dec6b (diff) | |
download | SCons-72107dc14a1eae4176bca11b2fed1c34a5674e15.zip SCons-72107dc14a1eae4176bca11b2fed1c34a5674e15.tar.gz SCons-72107dc14a1eae4176bca11b2fed1c34a5674e15.tar.bz2 |
Fix tests that examine version output to expect new "engine path:" line.
Diffstat (limited to 'test/Interactive')
-rw-r--r-- | test/Interactive/version.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Interactive/version.py b/test/Interactive/version.py index f948db7..bbca9ef 100644 --- a/test/Interactive/version.py +++ b/test/Interactive/version.py @@ -63,12 +63,14 @@ test.run(arguments = '-Q --interactive', # depending on whether it's invoked through scons.py or scons.bat. expect1 = r"""scons>>> SCons by Steven Knight et al\.: \tengine: v\S+, [^,]*, by \S+ on \S+ +\tengine path: \[.*\] %(copyright_line)sscons>>> """ % locals() expect2 = r"""scons>>> SCons by Steven Knight et al\.: \tscript: v\S+, [^,]*, by \S+ on \S+ \tengine: v\S+, [^,]*, by \S+ on \S+ +\tengine path: \[.*\] %(copyright_line)sscons>>> """ % locals() |