summaryrefslogtreecommitdiff
path: root/test/Interactive
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2010-07-29 13:48:15 +0000
committerSteven Knight <knight@baldmt.com>2010-07-29 13:48:15 +0000
commit43f602246eb64850a7d80b23da0bbf26b25df262 (patch)
treec5460d704c5bf7d07e84e0d48a18749940eeb275 /test/Interactive
parentbcfe09f66745850e74d970da352bb171a88142e3 (diff)
downloadscons-43f602246eb64850a7d80b23da0bbf26b25df262.tar.gz
Fix tests that examine version output to expect new "engine path:" line.
Diffstat (limited to 'test/Interactive')
-rw-r--r--test/Interactive/version.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Interactive/version.py b/test/Interactive/version.py
index f948db7a..bbca9efc 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()