mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
test: more compat output
This commit is contained in:
parent
4278578bda
commit
e1cc3bdeab
1 changed files with 1 additions and 1 deletions
|
@ -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%"
|
||||||
|
|
Loading…
Reference in a new issue