When applying Changeset 1731
(http://test.kernel.org/trac-autotest/changeset/1731)
the patch was misapplied - actually the patch was meant to create a
utils directory at toplevel dir, however the files were applied at the
autotest root directory, altering the contents of the /common.py file
and thus rendering run_pylint.py not able to run. This patch fix this
issue by:
1 - Restoring the original contents of /common.py
2 - Removing run_pylint.py from toplevel dir to the tools dir;
3 - Creating a new entry point inside of tools
I've moved the scripts to tools instead of the initially proposed utils
toplevel dir because IMHO is not needed to have both a tools and a utils
at toplevel.
Signed-off-by: Lucas Meneghel Rodrigues <lucasmr@br.ibm.com>
git-svn-id: http://test.kernel.org/svn/autotest/trunk@1743 592f7852-d20e-0410-864c-8624ca9c26a4
3 files changed