mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 05:02:02 +08:00
test: redirect stderr to file
This commit is contained in:
parent
80e448e5bd
commit
8dad5ee419
@ -49,7 +49,7 @@ if exist "config\testing" (
|
|||||||
)
|
)
|
||||||
|
|
||||||
echo on
|
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
|
@echo off
|
||||||
|
|
||||||
set "start_dir=%CD%\public%version%%hugo_prefix%%hugo_version%"
|
set "start_dir=%CD%\public%version%%hugo_prefix%%hugo_version%"
|
||||||
|
@ -1 +1 @@
|
|||||||
7.3.1
|
7.3.1+80e448e5bdaa92c87ee0d0d86f1125c8606ebf5f
|
Loading…
x
Reference in New Issue
Block a user