Skip to content

Commit

Permalink
Updated broken goldens.
Browse files Browse the repository at this point in the history
  • Loading branch information
MeltyPlayer committed Jan 28, 2024
1 parent ea61d45 commit 8ed190a
Show file tree
Hide file tree
Showing 24 changed files with 7 additions and 1 deletion.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion cli/tools/delete_golden_outputs.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pause

cd ../../FinModelUtility

set hierarchyListCmd="dir /b /s /ad *.* | sort"
set hierarchyListCmd="dir /b /s /ad | sort"

for /d %%p in (*, Formats/*, Games/*) do (
pushd "./"
Expand All @@ -23,17 +23,23 @@ for /d %%p in (*, Formats/*, Games/*) do (
)

if exist "%%p Tests" (
echo "Cleaning goldens for %%p..."
cd "%%p Tests"
)

if exist goldens\ (
cd goldens\

for /f "tokens=*" %%d in ('%hierarchyListCmd%') do (
pushd "./"

echo " - checking %%d"
cd "%%d"

if exist input\ (
if exist output\ (
echo " - cleaning %%d..."

cd output\
del /q *.*
)
Expand Down

0 comments on commit 8ed190a

Please sign in to comment.