Skip to content

Commit

Permalink
Move NAME => BEHAT_NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Jan 25, 2024
1 parent c948716 commit 3194a42
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ if [[ "${jobtype}" == "all" ]] || [[ "${jobtype}" == "behat-all" ]] || [[ "${job
-p BROWSER="BrowserKit (non-js)" \
-p BEHAT_SUITE=ALL \
-p BEHAT_TAGS="${final_tags}" \
-p NAME="${behat_name}" \
-p BEHAT_NAME="${behat_name}" \
-p RUNNERVERSION=${runner} \
-w >> "${resultfile}.jenkinscli" < /dev/null
fi
Expand All @@ -95,7 +95,7 @@ if [[ "${jobtype}" == "behat-chrome" ]]; then
-p PHPVERSION=${php_version} \
-p BROWSER="Chrome (js)" \
-p BEHAT_TAGS="${final_tags}" \
-p NAME="${behat_name}" \
-p BEHAT_NAME="${behat_name}" \
-p RUNNERVERSION=${runner} \
-w >> "${resultfile}.jenkinscli" < /dev/null
fi
Expand All @@ -116,7 +116,7 @@ if [[ "${jobtype}" == "behat-chrome" ]]; then
-p BROWSER="Chrome (js)" \
-p BEHAT_SUITE=classic \
-p BEHAT_TAGS="${final_tags}" \
-p NAME="${behat_name}" \
-p BEHAT_NAME="${behat_name}" \
-p RUNNERVERSION=${runner} \
-w >> "${resultfile}.jenkinscli" < /dev/null
fi
Expand All @@ -136,7 +136,7 @@ if [[ "${jobtype}" == "all" ]] || [[ "${jobtype}" == "behat-all" ]] || [[ "${job
-p PHPVERSION=${php_version} \
-p BROWSER="Firefox (js)" \
-p BEHAT_TAGS="${final_tags}" \
-p NAME="${behat_name}" \
-p BEHAT_NAME="${behat_name}" \
-p RUNNERVERSION=${runner} \
-w >> "${resultfile}.jenkinscli" < /dev/null
fi
Expand All @@ -157,7 +157,7 @@ if [[ "${jobtype}" == "all" ]] || [[ "${jobtype}" == "behat-all" ]] || [[ "${job
-p BROWSER="Firefox (js)" \
-p BEHAT_SUITE=classic \
-p BEHAT_TAGS="${final_tags}" \
-p NAME="${behat_name}" \
-p BEHAT_NAME="${behat_name}" \
-p RUNNERVERSION=${runner} \
-w >> "${resultfile}.jenkinscli" < /dev/null
fi
Expand All @@ -184,7 +184,7 @@ if [[ "${jobtype}" == "all" ]] || [[ "${jobtype}" == "behat-all" ]] || [[ "${job
-p MOBILE_VERSION=latest-test \
-p INSTALL_PLUGINAPP=ci \
-p BEHAT_TAGS="${final_tags}" \
-p NAME="${behat_name}" \
-p BEHAT_NAME="${behat_name}" \
-p RUNNERVERSION=${runner} \
-w >> "${resultfile}.jenkinscli" < /dev/null
fi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ if [[ "${jobtype}" == "behat-nonjs" ]]; then
-p BROWSER="BrowserKit (non-js)" \
-p BEHAT_SUITE=ALL \
-p BEHAT_TAGS="${final_tags}" \
-p NAME="${behat_name}" \
-p BEHAT_NAME="${behat_name}" \
-p RUNNERVERSION=${runner} \
-w >> "${resultfile}.jenkinscli" < /dev/null
done
Expand All @@ -143,7 +143,7 @@ if [[ "${jobtype}" == "behat-chrome" ]]; then
-p BROWSER="Chrome (js)" \
-p BEHAT_SUITE=default \
-p BEHAT_TAGS="${final_tags}" \
-p NAME="${behat_name}" \
-p BEHAT_NAME="${behat_name}" \
-p RUNNERVERSION=${runner} \
-w >> "${resultfile}.jenkinscli" < /dev/null
done
Expand All @@ -169,7 +169,7 @@ if [[ "${jobtype}" == "behat-firefox" ]]; then
-p BROWSER="Firefox (js)" \
-p BEHAT_SUITE=default \
-p BEHAT_TAGS="${final_tags}" \
-p NAME="${behat_name}" \
-p BEHAT_NAME="${behat_name}" \
-p RUNNERVERSION=${runner} \
-w >> "${resultfile}.jenkinscli" < /dev/null
done
Expand Down Expand Up @@ -198,7 +198,7 @@ if [[ "${jobtype}" == "behat-app" ]]; then
-p MOBILE_VERSION=latest-test \
-p INSTALL_PLUGINAPP=ci \
-p BEHAT_TAGS="${final_tags}" \
-p NAME="${behat_name}" \
-p BEHAT_NAME="${behat_name}" \
-p RUNNERVERSION=${runner} \
-w >> "${resultfile}.jenkinscli" < /dev/null
done
Expand Down

0 comments on commit 3194a42

Please sign in to comment.