]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
tests are in GMT, so print that
authorAlan T. DeKok <aland@freeradius.org>
Fri, 24 Sep 2021 18:33:39 +0000 (14:33 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 28 Sep 2021 12:45:20 +0000 (08:45 -0400)
src/tests/unit/all.mk

index e98ed2edf5d1fbe9b3b90a5be89ef875f15e91c1..36ff543eccf2a120c9ec1ee9e3484a6b97e17c1c 100644 (file)
@@ -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