We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a061f01 commit 4604bcfCopy full SHA for 4604bcf
selenium/bin/suite_template
@@ -537,8 +537,8 @@ determine_required_components_excluding_rabbitmq() {
537
}
538
initOnly() {
539
for (( i=1; i<=$#; i++)) {
540
- if [[ $i != "rabbitmq" ]]; then
541
- eval val='$'$i
+ eval val='$'$i
+ if [[ $val != "rabbitmq" ]]; then
542
init="init_$val"
543
$init
544
fi
0 commit comments