From b98eb44db6f1edc09cdb01d1278c3af0e1a14052 Mon Sep 17 00:00:00 2001 From: stevenknight Date: Mon, 19 Jan 2009 15:19:23 +0000 Subject: [PATCH] Remove a left-over commented-out debug test.run() call. git-svn-id: http://scons.tigris.org/svn/scons/trunk@3907 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- 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 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") -- 2.26.2