From: stevenknight Date: Mon, 19 Jan 2009 15:19:23 +0000 (+0000) Subject: Remove a left-over commented-out debug test.run() call. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b98eb44db6f1edc09cdb01d1278c3af0e1a14052;p=scons.git 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 --- 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")