summaryrefslogtreecommitdiffstats
path: root/test/option-v.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2010-07-29 13:48:15 (GMT)
committerSteven Knight <knight@baldmt.com>2010-07-29 13:48:15 (GMT)
commit72107dc14a1eae4176bca11b2fed1c34a5674e15 (patch)
treec5460d704c5bf7d07e84e0d48a18749940eeb275 /test/option-v.py
parent8823074fc0bbd10f8e20cfc1bf41ad3eab3dec6b (diff)
downloadSCons-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/option-v.py')
-rw-r--r--test/option-v.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/option-v.py b/test/option-v.py
index 5065eda..680f541 100644
--- a/test/option-v.py
+++ b/test/option-v.py
@@ -43,11 +43,13 @@ copyright_line = fmt % (copyright_marker, TestSCons.copyright_years)
# depending on whether it's invoked through scons.py or scons.bat.
expect1 = r"""SCons by Steven Knight et al.:
\tengine: v\S+, [^,]*, by \S+ on \S+
+\tengine path: \[.*\]
""" + copyright_line
expect2 = r"""SCons by Steven Knight et al.:
\tscript: v\S+, [^,]*, by \S+ on \S+
\tengine: v\S+, [^,]*, by \S+ on \S+
+\tengine path: \[.*\]
""" + copyright_line
test.run(arguments = '-v')