From 968447f53b301d6aaf11d3c803eec2b48926af4a Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Fri, 24 Sep 2021 14:33:39 -0400 Subject: [PATCH] tests are in GMT, so print that --- src/tests/unit/all.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/unit/all.mk b/src/tests/unit/all.mk index e98ed2edf5..36ff543ecc 100644 --- a/src/tests/unit/all.mk +++ b/src/tests/unit/all.mk @@ -60,7 +60,7 @@ $(OUTPUT)/%: $(DIR)/% $(TEST_BIN_DIR)/unit_test_attribute $(eval DIR:=${top_srcdir}/src/tests/unit) @echo "UNIT-TEST $(lastword $(subst /, ,$(dir $@))) $(basename $(notdir $@))" ${Q}if ! $(TEST_BIN)/unit_test_attribute -D ./share/dictionary -d $(DIR) -r "$@" $<; then \ - echo "$(TEST_BIN)/unit_test_attribute -D ./share/dictionary -d $(DIR) -r \"$@\" $<"; \ + echo "TZ=GMT $(TEST_BIN)/unit_test_attribute -D ./share/dictionary -d $(DIR) -r \"$@\" $<"; \ rm -f $(BUILD_DIR)/tests/test.unit; \ exit 1; \ fi -- 2.47.2