From 8dad5ee419e5bb2a0b380aa72d7a7389af4945f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Mon, 20 Jan 2025 07:47:26 +0100 Subject: [PATCH] test: redirect stderr to file --- exampleSite/test-hugo.bat | 2 +- layouts/partials/version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/exampleSite/test-hugo.bat b/exampleSite/test-hugo.bat index 90517f81d5..5d48e36a47 100644 --- a/exampleSite/test-hugo.bat +++ b/exampleSite/test-hugo.bat @@ -49,7 +49,7 @@ if exist "config\testing" ( ) echo on -hugo%hugo_version% %config% --printPathWarnings --printI18nWarnings --templateMetrics --templateMetricsHints --cleanDestinationDir --logLevel info --destination "public%version%%hugo_prefix%%hugo_version%" >> "metrics%version%%hugo_prefix%%hugo_version%.log" +hugo%hugo_version% %config% --printPathWarnings --printI18nWarnings --templateMetrics --templateMetricsHints --cleanDestinationDir --logLevel info --destination "public%version%%hugo_prefix%%hugo_version%" >> "metrics%version%%hugo_prefix%%hugo_version%.log" 2>&1 @echo off set "start_dir=%CD%\public%version%%hugo_prefix%%hugo_version%" diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index 34a8f745d4..142dd82cfb 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -7.3.1 \ No newline at end of file +7.3.1+80e448e5bdaa92c87ee0d0d86f1125c8606ebf5f \ No newline at end of file