summaryrefslogtreecommitdiff
path: root/cuj/cuj.go
diff options
context:
space:
mode:
Diffstat (limited to 'cuj/cuj.go')
-rw-r--r--cuj/cuj.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cuj/cuj.go b/cuj/cuj.go
index 413f4237f..7b04b7aff 100644
--- a/cuj/cuj.go
+++ b/cuj/cuj.go
@@ -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()