Skip to content

Commit

Permalink
Don't filter backtrace in make test-spec
Browse files Browse the repository at this point in the history
Especially on CI, the backtrace is very valuable for debugging.
  • Loading branch information
XrXr committed Sep 12, 2023
1 parent 0ae7f2d commit d840ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defs/gmake.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ reconfig config.status: export MAKE:=$(MAKE)
export BASERUBY:=$(BASERUBY)
override gnumake_recursive := $(if $(findstring n,$(firstword $(MFLAGS))),,+)
override mflags := $(filter-out -j%,$(MFLAGS))
MSPECOPT += $(if $(filter -j%,$(MFLAGS)),-j)
MSPECOPT += --debug $(if $(filter -j%,$(MFLAGS)),-j)
nproc = $(subst -j,,$(filter -j%,$(MFLAGS)))

ifeq ($(GITHUB_ACTIONS),true)
Expand Down

0 comments on commit d840ef5

Please sign in to comment.