mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-31 00:47:13 +00:00
test: redirect stderr to file
This commit is contained in:
parent
80e448e5bd
commit
8dad5ee419
2 changed files with 2 additions and 2 deletions
|
@ -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%"
|
||||
|
|
|
@ -1 +1 @@
|
|||
7.3.1
|
||||
7.3.1+80e448e5bdaa92c87ee0d0d86f1125c8606ebf5f
|
Loading…
Add table
Reference in a new issue