diff options
author | Martin Klozik <martinx.klozik@intel.com> | 2018-03-07 07:00:11 +0000 |
---|---|---|
committer | Martin Klozik <martinx.klozik@intel.com> | 2018-03-07 07:00:11 +0000 |
commit | 4a4ee678acca263ac39a67068822f3ffee8ecaf2 (patch) | |
tree | c91b1708be8cea4e11f229593798f0af342a0c1a | |
parent | 91e0985be7ca2b2654f89928315431228b7ecc56 (diff) |
ci: Fix typo in MERGE job definition
Fix of the typo in the name of pylint check function.
Change-Id: Ie67c95715bd3fda76b2ae47ac8bb48807ffc58c5
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Al Morton <acmorton@att.com>
Reviewed-by: Christian Trautman <ctrautma@redhat.com>
Reviewed-by: Sridhar Rao <sridhar.rao@spirent.com>
-rwxr-xr-x | ci/build-vsperf.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/build-vsperf.sh b/ci/build-vsperf.sh index 00a548ba..a8da6a80 100755 --- a/ci/build-vsperf.sh +++ b/ci/build-vsperf.sh @@ -535,7 +535,7 @@ case $1 in echo "VSPERF merge job" echo "================" - execute_pylint_check + execute_vsperf_pylint_check terminate_vsperf execute_vsperf_sanity terminate_vsperf |