diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2018-01-11 15:03:23 -0800 |
---|---|---|
committer | Ross Brattain <ross.b.brattain@intel.com> | 2018-01-11 15:03:54 -0800 |
commit | b9f759e9c1be95b66a18927456d112866c5a54bf (patch) | |
tree | 254665cbab59d06365219e1138eb081ba1b1a1bc /tools | |
parent | 10c40df0e3eb26ec2699a869772622a88a3ef601 (diff) |
pylint: try to change formatting for Jenkins again
looks like we have to add var to tox passenv
Change-Id: Iba2da2123ae531e026897308769aa832c7eb6d04
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/coding-checks.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/coding-checks.sh b/tools/coding-checks.sh index 6a12a1e99..615f2c3de 100644 --- a/tools/coding-checks.sh +++ b/tools/coding-checks.sh @@ -40,7 +40,7 @@ run_pylint () { fi # make Jenkins output parseable because Jenkins doesn't handle color # enventually we should use the Jenkins Pylint plugin or other tools - if [ -n "${JENKINS_HOME:-}" ] ; then + if [ -n "${BRANCH:-}" ] ; then output_format="--output-format=parseable" fi echo "Running pylint..." |