summaryrefslogtreecommitdiff
path: root/test/Program.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2001-09-16 04:22:19 +0000
committerSteven Knight <knight@baldmt.com>2001-09-16 04:22:19 +0000
commite88681240924e70ec12abaf3664290a69db6dcfd (patch)
tree136311c7b231f8d467156a9ae4a9d53428f364fc /test/Program.py
parentfcd916513a1ad10e13479d4d604f239f7ea45c73 (diff)
downloadscons-e88681240924e70ec12abaf3664290a69db6dcfd.tar.gz
Add more information error reporting from tests.
Diffstat (limited to 'test/Program.py')
-rw-r--r--test/Program.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/Program.py b/test/Program.py
index 8fb0fa4a..6a0a517c 100644
--- a/test/Program.py
+++ b/test/Program.py
@@ -22,8 +22,6 @@ main(int argc, char *argv[])
test.run(arguments = 'foo')
-test.run(program = test.workpath('foo'))
-
-test.fail_test(test.stdout() != "foo.c\n")
+test.run(program = test.workpath('foo'), stdout = "foo.c\n")
test.pass_test()