summaryrefslogtreecommitdiffstats
path: root/test/option-v.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2001-11-28 03:30:53 (GMT)
committerSteven Knight <knight@baldmt.com>2001-11-28 03:30:53 (GMT)
commitad78319ad3ede8f7065f9c945a3585cad04c3731 (patch)
treebf4e6fb4c27ddbb0d2d2ce54f79f0a8d80c723c1 /test/option-v.py
parentf5b84fd3af7d8e3b3d4570dcf40220c96f67d16e (diff)
downloadSCons-ad78319ad3ede8f7065f9c945a3585cad04c3731.zip
SCons-ad78319ad3ede8f7065f9c945a3585cad04c3731.tar.gz
SCons-ad78319ad3ede8f7065f9c945a3585cad04c3731.tar.bz2
Change packaging to the new /usr/lib/scons/ scheme
Diffstat (limited to 'test/option-v.py')
-rw-r--r--test/option-v.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/option-v.py b/test/option-v.py
index 097e3d3..43c8834 100644
--- a/test/option-v.py
+++ b/test/option-v.py
@@ -33,7 +33,9 @@ test = TestSCons.TestSCons(match = TestCmd.match_re)
test.write('SConstruct', "")
-expect = r"""SCons version \S+, by Steven Knight et al.
+expect = r"""SCons by Steven Knight et al.:
+\tscript version \S+
+\tbuild engine version \S+
Copyright 2001 Steven Knight
"""