diff options
author | Steven Knight <knight@baldmt.com> | 2002-01-27 11:24:56 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-01-27 11:24:56 (GMT) |
commit | 47e39e99099af899b36634a6bf13459587f61ba1 (patch) | |
tree | 5b5e83abd7a69d3d7ed623fefae19a990aab1a58 /test/subdir.py | |
parent | e9a2f2b02f67bf88917d74c9725f8d72b86b7cfc (diff) | |
download | SCons-47e39e99099af899b36634a6bf13459587f61ba1.zip SCons-47e39e99099af899b36634a6bf13459587f61ba1.tar.gz SCons-47e39e99099af899b36634a6bf13459587f61ba1.tar.bz2 |
Fix for previous Tasks change.
Diffstat (limited to 'test/subdir.py')
-rw-r--r-- | test/subdir.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/subdir.py b/test/subdir.py index 318cf82..26b1cc9 100644 --- a/test/subdir.py +++ b/test/subdir.py @@ -54,6 +54,8 @@ test.write(['subdir', 'f3.in'], "f3.in\n") test.write(['subdir', 'f4.in'], "f4.in\n") test.run(arguments = 'subdir') +print test.stdout() +print test.stderr() test.fail_test(test.read(['subdir', 'f1.out']) != "f1.in\n") test.fail_test(test.read(['subdir', 'f2.out']) != "f2.in\n") |