tailhook / vagga

Vagga is a containerization tool without daemons
http://vagga.readthedocs.org
MIT License
1.86k stars 96 forks source link

Celan up explicit verbosity in tests #567

Closed anti-social closed 2 years ago

anti-social commented 2 years ago

We do not need to print command's output explicitly as modern bats has some useful options: --verbose-run, --show-output-of-passing-tests, --trace

tailhook commented 2 years ago

Wow, great!