From a0a57868c04981150584e046e7d075a0f120af72 Mon Sep 17 00:00:00 2001 From: Pierre Muller Date: Tue, 12 Mar 2024 17:19:48 +0100 Subject: [PATCH] cat value of TEST_DATETIME variable into stamp file --- tests/Makefile | 2 +- tests/Makefile.fpc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Makefile b/tests/Makefile index 59a413fc71..f2c858a073 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -2637,7 +2637,7 @@ endif -$(MKDIRTREE) $(TEST_OUTPUTDIR)/test/units/system testprep: testprep-stamp.$(TEST_FULL_TARGET) testprep-stamp.$(TEST_FULL_TARGET): utils tstunits copyfiles - $(ECHOREDIR) $(DATE) > testprep-stamp.$(TEST_FULL_TARGET) + $(ECHOREDIR) $(TEST_DATETIME) > testprep-stamp.$(TEST_FULL_TARGET) ifneq ($(TEST_FPC),ppc386$(EXEEXT)) ifeq ($(findstring -c$(TEST_FPC),$(DOTESTOPT)),) override DOTESTOPT+=-c$(TEST_FPC) diff --git a/tests/Makefile.fpc b/tests/Makefile.fpc index c3cbfac18b..e5d13d57ac 100644 --- a/tests/Makefile.fpc +++ b/tests/Makefile.fpc @@ -296,7 +296,7 @@ endif testprep: testprep-stamp.$(TEST_FULL_TARGET) testprep-stamp.$(TEST_FULL_TARGET): utils tstunits copyfiles - $(ECHOREDIR) $(DATE) > testprep-stamp.$(TEST_FULL_TARGET) + $(ECHOREDIR) $(TEST_DATETIME) > testprep-stamp.$(TEST_FULL_TARGET) ################################ # Dotest options