Remove a left-over commented-out debug test.run() call.
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Mon, 19 Jan 2009 15:19:23 +0000 (15:19 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Mon, 19 Jan 2009 15:19:23 +0000 (15:19 +0000)
git-svn-id: http://scons.tigris.org/svn/scons/trunk@3907 fdb21ef1-2011-0410-befe-b5e4ea1792b1

test/Batch/action-changed.py

index c789244e70bb0aadfc96428716898bc03901bb46..d50087c32b10fd05ad95df6c82fac60f4e3fa179 100644 (file)
@@ -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")