diff --git a/test/run.go b/test/run.go index 0974e9fdb8..b6421d5e41 100644 --- a/test/run.go +++ b/test/run.go @@ -78,6 +78,7 @@ func main() { // Disable parallelism if printing or if using a simulator. if *verbose || len(findExecCmd()) > 0 { *numParallel = 1 + *runoutputLimit = 1 } ratec = make(chan bool, *numParallel)