Fix a number of small problems in tests.
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sun, 28 Oct 2001 11:52:08 +0000 (11:52 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sun, 28 Oct 2001 11:52:08 +0000 (11:52 +0000)
git-svn-id: http://scons.tigris.org/svn/scons/trunk@109 fdb21ef1-2011-0410-befe-b5e4ea1792b1

test/Depends.py
test/option--.py
test/option-i.py
test/option-k.py
test/option-n.py
test/option-s.py

index 03033b1745ee296cd527f25ef2c7026089e6dfd3..3777fbdab1fca34e0a8f92dea5de2894899364bb 100644 (file)
@@ -73,7 +73,8 @@ test.write(['subdir', 'foo.dep'], "subdir/foo.dep 1\n")
 test.write(['subdir', 'bar.dep'], "subdir/bar.dep 1\n")
 
 #XXXtest.run(arguments = '.')
-test.run(arguments = 'f1.out f2.out f3.out subdir/f4.out')
+#test.run(arguments = 'f1.out f2.out f3.out subdir/f4.out')
+test.run(arguments = 'f1.out f2.out f3.out')
 
 test.fail_test(test.read('f1.out') != "f1.in\nsubdir/foo.dep 1\n")
 test.fail_test(test.read('f2.out') != "f2.in\nsubdir/foo.dep 1\n")
@@ -86,7 +87,8 @@ test.write(['subdir', 'foo.dep'], "subdir/foo.dep 2\n")
 test.write(['subdir', 'bar.dep'], "subdir/bar.dep 2\n")
 
 #XXXtest.run(arguments = '.')
-test.run(arguments = 'f1.out f2.out f3.out subdir/f4.out')
+#test.run(arguments = 'f1.out f2.out f3.out subdir/f4.out')
+test.run(arguments = 'f1.out f2.out f3.out')
 
 test.fail_test(test.read('f1.out') != "f1.in\nsubdir/foo.dep 2\n")
 test.fail_test(test.read('f2.out') != "f2.in\nsubdir/foo.dep 2\n")
@@ -97,7 +99,8 @@ test.fail_test(test.read('f3.out') != "f3.in\nsubdir/bar.dep 2\n")
 test.write(['subdir', 'bar.dep'], "subdir/bar.dep 3\n")
 
 #XXXtest.run(arguments = '.')
-test.run(arguments = 'f1.out f2.out f3.out subdir/f4.out')
+#test.run(arguments = 'f1.out f2.out f3.out subdir/f4.out')
+test.run(arguments = 'f1.out f2.out f3.out')
 
 test.fail_test(test.read('f1.out') != "f1.in\nsubdir/foo.dep 2\n")
 test.fail_test(test.read('f2.out') != "f2.in\nsubdir/foo.dep 2\n")
index 9fca2bd97adff2ea941a38d96f17fcf9f7011bea..5370488bbf6fa89588d5de208c7e6a691edf5fb4 100644 (file)
@@ -48,9 +48,13 @@ env.MyBuild(target = '-f1.out', source = 'f1.in')
 env.MyBuild(target = '-f2.out', source = 'f2.in')
 """ % python)
 
+test.write('f1.in', "f1.in\n")
+test.write('f2.in', "f2.in\n")
+
 expect = "%s build.py -f1.out\n%s build.py -f2.out\n" % (python, python)
 
 test.run(arguments = '-- -f1.out -f2.out', stdout = expect)
+
 test.fail_test(not os.path.exists(test.workpath('-f1.out')))
 test.fail_test(not os.path.exists(test.workpath('-f2.out')))
 
index 713655c4eae23e05da761c4c3d4e90f4164eda21..89915504cd99a80042414d6890318e2a92db0bf6 100644 (file)
@@ -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')
 
index edf7be1a70b3eb07135a093660a33c372cc813d5..6b9e89abddb7d9c5b205891e1dd9b4a4b7175191 100644 (file)
@@ -54,6 +54,9 @@ env.Succeed(target = 'aaa.out', source = 'aaa.1')
 env.Succeed(target = 'bbb.out', source = 'bbb.in')
 """ % (python, python))
 
+test.write('aaa.in', "aaa.in\n")
+test.write('bbb.in', "bbb.in\n")
+
 test.run(arguments = 'aaa.out bbb.out',
          stderr =
          'scons: *** [aaa.1] Error 1\n')
index 0a111010c2e35196f7edd06d4f60252dadfb0cf0..0a5a225ca4323e3a9802288f4ebacb3c8bc84268 100644 (file)
@@ -48,6 +48,9 @@ env.MyBuild(target = 'f1.out', source = 'f1.in')
 env.MyBuild(target = 'f2.out', source = 'f2.in')
 """ % python)
 
+test.write('f1.in', "f1.in\n")
+test.write('f2.in', "f2.in\n")
+
 args = 'f1.out f2.out'
 expect = "%s build.py f1.out\n%s build.py f2.out\n" % (python, python)
 
@@ -55,8 +58,8 @@ test.run(arguments = args, stdout = expect)
 test.fail_test(not os.path.exists(test.workpath('f1.out')))
 test.fail_test(not os.path.exists(test.workpath('f2.out')))
 
-os.unlink(test.workpath('f1.out'))
-os.unlink(test.workpath('f2.out'))
+test.unlink('f1.out')
+test.unlink('f2.out')
 
 test.run(arguments = '-n ' + args, stdout = expect)
 test.fail_test(os.path.exists(test.workpath('f1.out')))
index 6791786e8e293708522c256dfef1561d93597ce6..666060ee5d34cdad3dc84d63f660a0469f9263f0 100644 (file)
@@ -48,19 +48,22 @@ env.MyBuild(target = 'f1.out', source = 'f1.in')
 env.MyBuild(target = 'f2.out', source = 'f2.in')
 """ % python)
 
+test.write('f1.in', "f1.in\n")
+test.write('f2.in', "f2.in\n")
+
 test.run(arguments = '-s f1.out f2.out', stdout = "")
 test.fail_test(not os.path.exists(test.workpath('f1.out')))
 test.fail_test(not os.path.exists(test.workpath('f2.out')))
 
-os.unlink(test.workpath('f1.out'))
-os.unlink(test.workpath('f2.out'))
+test.unlink('f1.out')
+test.unlink('f2.out')
 
 test.run(arguments = '--silent f1.out f2.out', stdout = "")
 test.fail_test(not os.path.exists(test.workpath('f1.out')))
 test.fail_test(not os.path.exists(test.workpath('f2.out')))
 
-os.unlink(test.workpath('f1.out'))
-os.unlink(test.workpath('f2.out'))
+test.unlink('f1.out')
+test.unlink('f2.out')
 
 test.run(arguments = '--quiet f1.out f2.out', stdout = "")
 test.fail_test(not os.path.exists(test.workpath('f1.out')))