summaryrefslogtreecommitdiff
path: root/test/option-v.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2002-06-18 01:26:24 +0000
committerSteven Knight <knight@baldmt.com>2002-06-18 01:26:24 +0000
commit81953156f0c5075d21b9d1573ead1f2e482482a6 (patch)
treed07009f3e280d8d169e35abd702e720bb4e3a869 /test/option-v.py
parent77d43537975b406379979d599894971bf4a225f2 (diff)
downloadscons-81953156f0c5075d21b9d1573ead1f2e482482a6.tar.gz
Supply more specific version info, including build date.
Diffstat (limited to 'test/option-v.py')
-rw-r--r--test/option-v.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/option-v.py b/test/option-v.py
index 594a0def..f114e25a 100644
--- a/test/option-v.py
+++ b/test/option-v.py
@@ -34,8 +34,8 @@ test = TestSCons.TestSCons(match = TestCmd.match_re)
test.write('SConstruct', "")
expect = r"""SCons by Steven Knight et al.:
-\tscript version \S+
-\tbuild engine version \S+
+\tscript: v\d\.\d\d\.\S+, \d\d\d\d/\d\d/\d\d \d\d:\d\d:\d\d, by \S+ on \S+
+\tengine: v\d\.\d\d\.\S+, \d\d\d\d/\d\d/\d\d \d\d:\d\d:\d\d, by \S+ on \S+
Copyright 2001, 2002 Steven Knight
"""