summaryrefslogtreecommitdiff
path: root/test/option-v.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-01-16 03:33:12 +0000
committerSteven Knight <knight@baldmt.com>2004-01-16 03:33:12 +0000
commit49b12cb34884e0641d250db913953a5934e2aaa0 (patch)
tree267cfc4b8d109942f98162ef0f7c20589b709a86 /test/option-v.py
parentaa3188e185c1281ee719cd03658c28030c0a9eb9 (diff)
downloadscons-49b12cb34884e0641d250db913953a5934e2aaa0.tar.gz
Make our source-file builds depend on the Copyright years, and fix the option-v accordingly.
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 ab9fef0c..d1078c0e 100644
--- a/test/option-v.py
+++ b/test/option-v.py
@@ -37,13 +37,13 @@ test.write('SConstruct', "")
# 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+
-(__COPYRIGHT__|Copyright \(c\) 2001, 2002, 2003 Steven Knight)
+(__COPYRIGHT__|Copyright \(c\) 2001, 2002, 2003, 2004 Steven Knight)
"""
expect2 = r"""SCons by Steven Knight et al.:
\tscript: v\S+, [^,]*, by \S+ on \S+
\tengine: v\S+, [^,]*, by \S+ on \S+
-(__COPYRIGHT__|Copyright \(c\) 2001, 2002, 2003 Steven Knight)
+(__COPYRIGHT__|Copyright \(c\) 2001, 2002, 2003, 2004 Steven Knight)
"""
test.run(arguments = '-v')