diff options
author | Steven Knight <knight@baldmt.com> | 2002-11-23 08:12:11 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-11-23 08:12:11 (GMT) |
commit | e891e39fcc8671d7a5ad2073e866d85ad9c9e362 (patch) | |
tree | 4f55b4289e3c4abe3cbc5f9cece674db33b611e0 /test/SideEffect.py | |
parent | 35fa4fb9b7914a860b985bc306f50e1b25dc6361 (diff) | |
download | SCons-e891e39fcc8671d7a5ad2073e866d85ad9c9e362.zip SCons-e891e39fcc8671d7a5ad2073e866d85ad9c9e362.tar.gz SCons-e891e39fcc8671d7a5ad2073e866d85ad9c9e362.tar.bz2 |
Make building source files fail like Make.
Diffstat (limited to 'test/SideEffect.py')
-rw-r--r-- | test/SideEffect.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/SideEffect.py b/test/SideEffect.py index 6e37420..6337f68 100644 --- a/test/SideEffect.py +++ b/test/SideEffect.py @@ -70,6 +70,7 @@ test.write('bar.in', 'bar.in 2 \n') test.run(arguments = 'log.txt', stdout=test.wrap_stdout("""\ copy() < bar.in > bar.out copy() < blat.in > blat.out +scons: Nothing to be done for `log.txt'. """)) expect = """\ |