diff options
author | Steven Knight <knight@baldmt.com> | 2002-01-31 04:34:32 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-01-31 04:34:32 (GMT) |
commit | 97ab3c312201636b0d7aa8f02c91f4bdeba33d04 (patch) | |
tree | 51cc6f1d16b0dedd6e9960b6c803493e889c615d /test | |
parent | 1ce93f395c1d41297ba0ef82fb80be7a4d69daa9 (diff) | |
download | SCons-97ab3c312201636b0d7aa8f02c91f4bdeba33d04.zip SCons-97ab3c312201636b0d7aa8f02c91f4bdeba33d04.tar.gz SCons-97ab3c312201636b0d7aa8f02c91f4bdeba33d04.tar.bz2 |
Remove left-over debug prints in test/subdir.py.
Diffstat (limited to 'test')
-rw-r--r-- | test/subdir.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/subdir.py b/test/subdir.py index 9829cf8..9e3c15a 100644 --- a/test/subdir.py +++ b/test/subdir.py @@ -54,8 +54,6 @@ 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") |