Skip to content

Commit be25fc6

Browse files
Update .buildkite/scripts/steps/test/ftr_configs.sh
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bad92a9 commit be25fc6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.buildkite/scripts/steps/test/ftr_configs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ if [ "$FTR_CONFIG_GROUP_KEY" == "" ] && [ "$BUILDKITE_PARALLEL_JOB" == "" ]; the
1212
exit 1
1313
fi
1414

15-
BAIL_ARG=""
15+
BAIL_ARG="--bail"
1616
if [[ "${FTR_SMART_RETRY_ENABLED:-}" =~ ^(1|true)$ ]]; then
17-
BAIL_ARG="--bail"
17+
BAIL_ARG=""
1818
fi
1919

2020
EXTRA_ARGS=${FTR_EXTRA_ARGS:-}

0 commit comments

Comments
 (0)