Remove the analysis directory, i.e. 2170-autotest/yrnx1/analysis/. I have not seen any use for this and the code does not seem to point to it anywhere. If someone uses it speak up otherwise we are removing it.
Signed-off-by: Scott Zawalski <[email protected]> --- autotest/client/bin/job.py 2010-03-10 12:47:02.000000000 -0800 +++ autotest/client/bin/job.py 2010-03-10 12:47:02.000000000 -0800 @@ -172,8 +172,6 @@ if not os.path.exists(download): os.mkdir(download) - os.makedirs(os.path.join(self.resultdir, 'analysis')) - shutil.copyfile(self.control, os.path.join(self.resultdir, 'control')) --- autotest/client/bin/job_unittest.py 2010-03-10 12:47:02.000000000 -0800 +++ autotest/client/bin/job_unittest.py 2010-03-10 12:47:02.000000000 -0800 @@ -197,7 +197,6 @@ if not cont: os.path.exists.expect_call(download).and_return(False) os.mkdir.expect_call(download) - os.makedirs.expect_call(os.path.join(resultdir, 'analysis')) shutil.copyfile.expect_call(mock.is_string_comparator(), os.path.join(resultdir, 'control')) _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
