diff options
author | Steven Knight <knight@baldmt.com> | 2001-11-28 03:30:53 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2001-11-28 03:30:53 (GMT) |
commit | ad78319ad3ede8f7065f9c945a3585cad04c3731 (patch) | |
tree | bf4e6fb4c27ddbb0d2d2ce54f79f0a8d80c723c1 /test | |
parent | f5b84fd3af7d8e3b3d4570dcf40220c96f67d16e (diff) | |
download | SCons-ad78319ad3ede8f7065f9c945a3585cad04c3731.zip SCons-ad78319ad3ede8f7065f9c945a3585cad04c3731.tar.gz SCons-ad78319ad3ede8f7065f9c945a3585cad04c3731.tar.bz2 |
Change packaging to the new /usr/lib/scons/ scheme
Diffstat (limited to 'test')
-rw-r--r-- | test/option-v.py | 4 |
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 """ |