test: more compat output

This commit is contained in:
Sören Weber 2024-02-21 20:26:30 +01:00
parent 4278578bda
commit e1cc3bdeab
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D

View file

@ -49,7 +49,7 @@ if exist "config\testing" (
) )
echo on 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 @echo off
set "start_dir=%CD%\public%version%%hugo_prefix%%hugo_version%" set "start_dir=%CD%\public%version%%hugo_prefix%%hugo_version%"