summaryrefslogtreecommitdiffstats
path: root/test/Interactive/version.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Interactive/version.py')
-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 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()