Merge changes I0b78ceeb,Ic57e1efd
* changes: Add environment variable to force keeping ANSI codes Disable table mode in smart status if window size is not available
This commit is contained in:
@@ -48,7 +48,7 @@ type TestResults struct {
|
||||
|
||||
// Run runs a single build command. It emulates the "m" command line by calling into Soong UI directly.
|
||||
func (t *Test) Run(logsDir string) {
|
||||
output := terminal.NewStatusOutput(os.Stdout, "", false, false)
|
||||
output := terminal.NewStatusOutput(os.Stdout, "", false, false, false)
|
||||
|
||||
log := logger.New(output)
|
||||
defer log.Cleanup()
|
||||
|
Reference in New Issue
Block a user