From f51c9b17f0ff3a97593ce322892862d5900c64a5 Mon Sep 17 00:00:00 2001 From: Gunther Hagleitner Date: Wed, 18 Jan 2012 18:04:09 -0800 Subject: [PATCH] remove noisy echo --- AUTHORS | 1 + run_checks.sh | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 2bcdf119..d4a30769 100644 --- a/AUTHORS +++ b/AUTHORS @@ -2,6 +2,7 @@ V2 -- Joshua Harlow Ken Thomas +Gunther Hagleitner V1 -- diff --git a/run_checks.sh b/run_checks.sh index 42fd0051..97f17f63 100755 --- a/run_checks.sh +++ b/run_checks.sh @@ -55,7 +55,6 @@ function run_pylint { echo "Running pylint ..." srcfiles=`find devstack -type f | grep "py\$" | sed 's/devstack\/\(.*\)\.py/\1/' | tr '/' '.'` srcfiles+=" stack" - echo $srcfiles tee_fn="pylint.log" pylint_opts="--rcfile=$pylintrc_fn" echo "$(${wrapper} pylint ${pylint_opts} ${srcfiles} 2>&1 | tee $tee_fn)"