Skip to content

Commit

Permalink
router: add missing fi.
Browse files Browse the repository at this point in the history
That was the problem.
  • Loading branch information
jiceatscion committed Nov 7, 2023
1 parent d655f57 commit d40ff53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .buildkite/pipeline_lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ gen_bazel_test_steps() {

# Tell the test that it is being used for CI testing. That may trigger additional checks.
# only one test understands this at this point and most tests reject unknown flags.
if [[ "$test" =~ "router_benchmark" ]]; then
if [[ "$test" =~ router_benchmark ]]; then
args="--test_arg=--ci"
fi

if [[ "$test" =~ "go" ]]; then
args="$args --test_arg=-test.v"
Expand Down

0 comments on commit d40ff53

Please sign in to comment.