diff --git a/Data Files/Changelog.txt b/Data Files/Changelog.txt index 030f4c5cd..6f293c833 100644 --- a/Data Files/Changelog.txt +++ b/Data Files/Changelog.txt @@ -458,4 +458,5 @@ Revision Log Message 451 Merge mod into main 452 Resolve merge issues 453 Add new files from 439 into repository -454 Converter mod fixes \ No newline at end of file +454 Converter mod fixes +455 Build and test script automatically zips up test results \ No newline at end of file diff --git a/test_all_configs.bat b/test_all_configs.bat index f32f6bba6..f23eb1a5c 100644 --- a/test_all_configs.bat +++ b/test_all_configs.bat @@ -17,3 +17,6 @@ copy Release\religion_mappings-backup.txt copy Release\religion_mappings.txt del Release\configuration-backup.txt /s /q del Release\culture_mappings-backup.txt /s /q del Release\religion_mappings-backup.txt /s /q + +cd testresults +call "%SEVENZIP_LOC%\7z.exe" a -tzip -r "..\testresults.zip" "*.*" -mx5 \ No newline at end of file