Skip to content

Commit

Permalink
Makefile: Print environment before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oschuett committed Oct 29, 2021
1 parent d06d995 commit d67e3fe
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 @@ -159,6 +159,7 @@ all: makedep | dirs exts

# compilation for testing happens here
test: dirs makedep all
@$(TOOLSRC)/regtesting/print_environment.sh $(ARCH) $(ONEVERSION)
@+$(MAKE) --no-print-directory -C $(TSTDIR) -f $(MAKEFILE) test INCLUDE_DEPS=true

testbg: dirs makedep all
Expand Down

0 comments on commit d67e3fe

Please sign in to comment.