summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2002-08-18 23:36:03 (GMT)
committerSteven Knight <knight@baldmt.com>2002-08-18 23:36:03 (GMT)
commitd9311bfd9cb3557263a8c9698bed7e50496c56d4 (patch)
treebc27bffc771319cde18b817aa05a313a5949fb2e /test
parent8e1aad73335c43457eee537d764d017e93e01919 (diff)
downloadSCons-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.py2
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")