Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[build] Generate separate .binlog files for tests.
Context: dotnet#1792 Context: 944092d99540bb9a6106175404c17cf4fddce394 Commit 944092d9 updated the "normal" build log process, as used by Jenkins/etc., so that Console output received "normal" build verbosity messages, while MSBuild `.binlog` files would be generated so that "diagnostic" build logs could be produced "later," as necessary. Unfortunately, commit 944092d9 didn't update unit test builds. Consequently, `make run-apk-tests`/etc. would emit *diagnostic* build logs to the Console, meaning instead of the previous ~1GB log file, we instead had a "mere" ~400MB instead. Update test execution so that they follow the spirit of 944092d9: `.binlog` files for diagnostic output, with "normal" output printed to the console, resulting in smaller Jenkins log files.
- Loading branch information