summaryrefslogtreecommitdiffstats
path: root/test/option-i.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2001-10-28 11:52:08 (GMT)
committerSteven Knight <knight@baldmt.com>2001-10-28 11:52:08 (GMT)
commite5410ac77d8740375b43cb154bedf7219279bf67 (patch)
tree75228cd5740c78a3a2e096e5f44b07e85d2e5d54 /test/option-i.py
parenta140305276c1dc47997c54a76e5b586b1f82b4fb (diff)
downloadSCons-e5410ac77d8740375b43cb154bedf7219279bf67.zip
SCons-e5410ac77d8740375b43cb154bedf7219279bf67.tar.gz
SCons-e5410ac77d8740375b43cb154bedf7219279bf67.tar.bz2
Fix a number of small problems in tests.
Diffstat (limited to 'test/option-i.py')
-rw-r--r--test/option-i.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/option-i.py b/test/option-i.py
index 713655c..8991550 100644
--- a/test/option-i.py
+++ b/test/option-i.py
@@ -55,6 +55,9 @@ env.Fail(target = 'bbb.1', source = 'bbb.in')
env.Succeed(target = 'bbb.out', source = 'bbb.1')
""" % (python, python))
+test.write('aaa.in', "aaa.in\n")
+test.write('bbb.in', "bbb.in\n")
+
test.run(arguments = 'aaa.1 aaa.out bbb.1 bbb.out',
stderr = 'scons: *** [aaa.1] Error 1\n')