summaryrefslogtreecommitdiff
path: root/test/Batch
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2009-01-19 15:19:23 +0000
committerSteven Knight <knight@baldmt.com>2009-01-19 15:19:23 +0000
commit0138bb3d7e4ce5589a72d604b75bf202f9f94b9c (patch)
tree2e79f4145c3ab9413a6bdbaa56d614075c632d6e /test/Batch
parent46206306e2ed458e03490a39c7b220e8867e6fcb (diff)
downloadscons-0138bb3d7e4ce5589a72d604b75bf202f9f94b9c.tar.gz
Remove a left-over commented-out debug test.run() call.
Diffstat (limited to 'test/Batch')
-rw-r--r--test/Batch/action-changed.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Batch/action-changed.py b/test/Batch/action-changed.py
index c789244e..d50087c3 100644
--- a/test/Batch/action-changed.py
+++ b/test/Batch/action-changed.py
@@ -82,7 +82,6 @@ test.up_to_date(arguments = '.')
test.write('build.py', build_py_contents % (python, 'two'))
os.chmod(test.workpath('build.py'), 0755)
-#test.not_up_to_date(options = 'CALLER=1 --taskmastertrace=/dev/tty', arguments = '.')
test.not_up_to_date(arguments = '.')
test.must_match('f1.out', "two\nf1.in\n")