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 2fe3518 commit c66bb40Copy full SHA for c66bb40
selenium/bin/suite_template
@@ -544,8 +544,8 @@ determine_required_components_excluding_rabbitmq() {
544
}
545
initOnly() {
546
for (( i=1; i<=$#; i++)) {
547
- if [[ $i != "rabbitmq" ]]; then
548
- eval val='$'$i
+ eval val='$'$i
+ if [[ $val != "rabbitmq" ]]; then
549
init="init_$val"
550
$init
551
fi
0 commit comments