From: Alan T. DeKok Date: Fri, 24 Sep 2021 18:33:39 +0000 (-0400) Subject: tests are in GMT, so print that X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=968447f53b301d6aaf11d3c803eec2b48926af4a;p=thirdparty%2Ffreeradius-server.git tests are in GMT, so print that --- 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