Marcel Telka
2022-05-23 f82b695596419f25c804277b8c1738f18715e11a
makemaker.mk: do not override use of master test results

1 files modified
2 ■■■■■ changed files
make-rules/makemaker.mk 2 ●●●●● patch | view | raw | blame | history
make-rules/makemaker.mk
@@ -115,7 +115,9 @@
    $(TOUCH) $@
# Define bit specific and Perl version specific filenames.
ifeq ($(strip $(USE_COMMON_TEST_MASTER)),no)
COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-$(PERL_VERSION)-$(BITS).master
endif
COMPONENT_TEST_OUTPUT = $(COMPONENT_TEST_BUILD_DIR)/test-$(PERL_VERSION)-$(BITS)-results
COMPONENT_TEST_DIFFS =  $(COMPONENT_TEST_BUILD_DIR)/test-$(PERL_VERSION)-$(BITS)-diffs
COMPONENT_TEST_SNAPSHOT = $(COMPONENT_TEST_BUILD_DIR)/results-$(PERL_VERSION)-$(BITS).snapshot