From e1cc3bdeab7d1f6dc4766997edcf232d2616e567 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Wed, 21 Feb 2024 20:26:30 +0100 Subject: [PATCH] test: more compat output --- exampleSite/test-hugo.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/test-hugo.bat b/exampleSite/test-hugo.bat index 2b343cfe41..5fb2bccf22 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 --templateMetrics --templateMetricsHints --cleanDestinationDir --destination "public%version%%hugo_prefix%%hugo_version%" >> "metrics%version%%hugo_prefix%%hugo_version%.log" +hugo%hugo_version% %config% --printPathWarnings --templateMetrics --templateMetricsHints --cleanDestinationDir --logLevel info --destination "public%version%%hugo_prefix%%hugo_version%" >> "metrics%version%%hugo_prefix%%hugo_version%.log" @echo off set "start_dir=%CD%\public%version%%hugo_prefix%%hugo_version%"