Skip to content

Commit

Permalink
Merge pull request #76 from freshe4qa/patch-1
Browse files Browse the repository at this point in the history
Fix whitespace for Make 4.3
  • Loading branch information
liangping authored Jun 17, 2024
2 parents 35522ef + 9896d1b commit c585a15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ build_tags += $(BUILD_TAGS)
build_tags := $(strip $(build_tags))

whitespace :=
whitespace += $(whitespace)
whitespace := $(whitespace) $(whitespace)
comma := ,
build_tags_comma_sep := $(subst $(whitespace),$(comma),$(build_tags))

Expand Down Expand Up @@ -623,4 +623,4 @@ split-test-packages:$(BUILDDIR)/packages.txt
$(SPLIT_CMD) -d -n l/$(NUM_SPLIT) $< $<.

test-group-%:split-test-packages
cat $(BUILDDIR)/packages.txt.$* | xargs go test -mod=readonly -timeout=10m -race -coverprofile=$(BUILDDIR)/$*.profile.out
cat $(BUILDDIR)/packages.txt.$* | xargs go test -mod=readonly -timeout=10m -race -coverprofile=$(BUILDDIR)/$*.profile.out

0 comments on commit c585a15

Please sign in to comment.