summaryrefslogtreecommitdiffstats
path: root/test/Batch
diff options
context:
space:
mode:
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 c789244..d50087c 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")