From d53984dbd4fd8662f9cfda86cbab3d0d7c656511 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Tue, 6 Mar 2012 11:58:33 -0500 Subject: add tests to run-pylint files --- tools/run-pylint | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/run-pylint b/tools/run-pylint index e271c3d5..46748ffb 100755 --- a/tools/run-pylint +++ b/tools/run-pylint @@ -1,6 +1,8 @@ #!/bin/bash -def_files='cloud*.py cloudinit/*.py cloudinit/CloudConfig/*.py' +ci_files='cloud*.py cloudinit/*.py cloudinit/CloudConfig/*.py' +test_files=$(find tests -name "*.py") +def_files="$ci_files $test_files" if [ $# -eq 0 ]; then files=( ) -- cgit v1.2.3