-
Notifications
You must be signed in to change notification settings - Fork 538
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. (#2001)
Context: #1792 Context: 987a05f Commit 987a05f 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 987a05f 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 987a05f: `.binlog` files for diagnostic output, with "normal" output printed to the console, resulting in smaller Jenkins log files -- ~26MB now.
- Loading branch information
Showing
2 changed files
with
24 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters