From 8b31a894b030bbca8afa5383f708da68b4665b79 Mon Sep 17 00:00:00 2001 From: Steven Knight Date: Mon, 19 Jan 2009 15:19:23 +0000 Subject: Remove a left-over commented-out debug test.run() call. --- test/Batch/action-changed.py | 1 - 1 file changed, 1 deletion(-) 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") -- cgit v0.12