remove noisy echo
This commit is contained in:
parent
545f132702
commit
f51c9b17f0
1
AUTHORS
1
AUTHORS
@ -2,6 +2,7 @@ V2
|
|||||||
--
|
--
|
||||||
Joshua Harlow <harlowja@yahoo-inc.com>
|
Joshua Harlow <harlowja@yahoo-inc.com>
|
||||||
Ken Thomas <krt@yahoo-inc.com>
|
Ken Thomas <krt@yahoo-inc.com>
|
||||||
|
Gunther Hagleitner <hagleitn@yahoo-inc.com>
|
||||||
|
|
||||||
V1
|
V1
|
||||||
--
|
--
|
||||||
|
@ -55,7 +55,6 @@ function run_pylint {
|
|||||||
echo "Running pylint ..."
|
echo "Running pylint ..."
|
||||||
srcfiles=`find devstack -type f | grep "py\$" | sed 's/devstack\/\(.*\)\.py/\1/' | tr '/' '.'`
|
srcfiles=`find devstack -type f | grep "py\$" | sed 's/devstack\/\(.*\)\.py/\1/' | tr '/' '.'`
|
||||||
srcfiles+=" stack"
|
srcfiles+=" stack"
|
||||||
echo $srcfiles
|
|
||||||
tee_fn="pylint.log"
|
tee_fn="pylint.log"
|
||||||
pylint_opts="--rcfile=$pylintrc_fn"
|
pylint_opts="--rcfile=$pylintrc_fn"
|
||||||
echo "$(${wrapper} pylint ${pylint_opts} ${srcfiles} 2>&1 | tee $tee_fn)"
|
echo "$(${wrapper} pylint ${pylint_opts} ${srcfiles} 2>&1 | tee $tee_fn)"
|
||||||
|
Loading…
Reference in New Issue
Block a user