test: Save logs during testing and add them to version control
This change removes the ConsoleLogger from the TestSuiteFixture and registers a PlainFileLogger instead, which saves logs during testing into the file bin/test/data/log/test_log.txt.
This commit is contained in:
@@ -15,4 +15,7 @@ rm -rf bin/lib/Release
|
||||
rm -rf bin/test/Debug
|
||||
rm -rf bin/test/Release
|
||||
|
||||
# Remove log files
|
||||
find bin/test/data/log -type f -name 'log*' -delete
|
||||
|
||||
echo -e $SUCCESS "clean complete"
|
||||
|
||||
Reference in New Issue
Block a user