ovn-org / ovn-heater

Mega script to deploy/configure/run OVN scale tests.
Apache License 2.0
12 stars 12 forks source link

ext_cmd: Silence background commands. #165

Closed igsilya closed 1 year ago

igsilya commented 1 year ago

We're using a common interactive shell for command execution. Background commands may print something at unpredictable times messing up output from other commands and causing random failures.

Silence all background commands by default. Also adding a --quiet option to perf invocations while at it.