diff options
author | Steven Knight <knight@baldmt.com> | 2002-08-18 23:36:03 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-08-18 23:36:03 (GMT) |
commit | d9311bfd9cb3557263a8c9698bed7e50496c56d4 (patch) | |
tree | bc27bffc771319cde18b817aa05a313a5949fb2e /test | |
parent | 8e1aad73335c43457eee537d764d017e93e01919 (diff) | |
download | SCons-d9311bfd9cb3557263a8c9698bed7e50496c56d4.zip SCons-d9311bfd9cb3557263a8c9698bed7e50496c56d4.tar.gz SCons-d9311bfd9cb3557263a8c9698bed7e50496c56d4.tar.bz2 |
Remove debug prints left in test/BuildDir.py.
Diffstat (limited to 'test')
-rw-r--r-- | test/BuildDir.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/BuildDir.py b/test/BuildDir.py index 1c09392..d70ab7a 100644 --- a/test/BuildDir.py +++ b/test/BuildDir.py @@ -234,9 +234,7 @@ test.write(['test', 'src', 'f1.h'], r""" #define F1_STR "f1.c 2\n" """) -open('/dev/tty', 'w').write('-----\n') test.run(chdir='test', arguments = '../build/var5') -print test.stdout() test.run(program = foo51, stdout = "f1.c 2\n") |