Skip to content

Commit

Permalink
makefile: Add timezone to BR tests (#27956)
Browse files Browse the repository at this point in the history
  • Loading branch information
morgo authored Sep 29, 2021
1 parent 49b29eb commit c16092e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ build_for_br_integration_test:
br_unit_test: export ARGS=$$($(BR_PACKAGES))
br_unit_test:
@make failpoint-enable
@export TZ='Asia/Shanghai';
$(GOTEST) $(RACE_FLAG) -ldflags '$(LDFLAGS)' -tags leak $(ARGS) || ( make failpoint-disable && exit 1 )
@make failpoint-disable

Expand Down

0 comments on commit c16092e

Please sign in to comment.