From 21c49d8d515821c42fa0ef9005a2769d2bd65fea Mon Sep 17 00:00:00 2001 From: gengchc2 Date: Tue, 3 Jan 2017 15:10:21 +0800 Subject: [PATCH] Fix a typo in haproxy.pp TrivialFix Change-Id: I2cb637bc28b7cc4299ce6b96cdcece50d29da8b2 --- utils/jenkins/system_tests.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/jenkins/system_tests.sh b/utils/jenkins/system_tests.sh index 81f39fd..0726658 100755 --- a/utils/jenkins/system_tests.sh +++ b/utils/jenkins/system_tests.sh @@ -73,7 +73,7 @@ if you do need to override them. -K - Keep test environment after tests are finished -h - Show this help page -Most variables uses guesing from Jenkins' job name but can be overriden +Most variables use guesing from Jenkins' job name but can be overridden by exported variable before script is run or by one of command line options. You can override following variables using export VARNAME="value" before running this script @@ -118,12 +118,12 @@ GlobalVariables() { # full path where iso file should be placed # make from iso name and path to iso shared directory - # if was not overriden by options or export + # if was not overridden by options or export if [ -z "${ISO_PATH}" ]; then ISO_PATH="${ISO_DIR}/${ISO_NAME}" fi - # what task should be ran + # what task should be run # it's taken from jenkins job name suffix if not set by options if [ -z "${TASK_NAME}" ]; then TASK_NAME="${JOB_NAME##*.}"