diff options
author | Steven Knight <knight@baldmt.com> | 2001-10-26 17:12:27 +0000 |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2001-10-26 17:12:27 +0000 |
commit | 72bf1332c237068b5a3fac1bb5342530237f36f0 (patch) | |
tree | 7784d77922fec9c64fdaccb0039099af25b6d3c9 /test/up-to-date.py | |
parent | 123be6df3fe113bad181c0c93aab4ee58b26e91f (diff) | |
download | scons-72bf1332c237068b5a3fac1bb5342530237f36f0.tar.gz |
Make up-to-date messages get printed out in the correct order Mark II
Diffstat (limited to 'test/up-to-date.py')
-rw-r--r-- | test/up-to-date.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/up-to-date.py b/test/up-to-date.py index cb17621d..dd7d86af 100644 --- a/test/up-to-date.py +++ b/test/up-to-date.py @@ -59,8 +59,8 @@ test.run(arguments = 'f1.out f3.out') test.run(arguments = 'f1.out f2.out f3.out f4.out', stdout = """scons: "f1.out" is up to date. -scons: "f3.out" is up to date. %s build.py f2.out f2.in +scons: "f3.out" is up to date. %s build.py f4.out f4.in """ % (python, python)) |