diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2019-04-07 01:42:44 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2019-04-07 02:42:44 +0300 |
commit | a2c3ba474a5ad47539b5ecf7218db272fab8359f (patch) | |
tree | 129c69bfe8b39b9814136b7934fc71be1a179080 /mesonbuild/optinterpreter.py | |
parent | e8a688428de096ba9cc7e82614a68aebe855dabf (diff) | |
download | meson-a2c3ba474a5ad47539b5ecf7218db272fab8359f.zip meson-a2c3ba474a5ad47539b5ecf7218db272fab8359f.tar.gz meson-a2c3ba474a5ad47539b5ecf7218db272fab8359f.tar.bz2 |
mtest: fix TAP with --verbose (#5160)
* mtest: fix TAP with --verbose
TAP needs to process the test stdout even if --verbose is passed.
Capture it to a separate temporary file, and print it at the end
of the test if --verbose was passed.
In the future, we could parse it on the fly and print the result of
each TAP test point in verbose mode.
* Prefer "stderr is stdout" to "=="
The previous commit used "==" in accordance with the preexisting code,
but reviewers preferred using "is" instead. Fix both occurrences.
Diffstat (limited to 'mesonbuild/optinterpreter.py')
0 files changed, 0 insertions, 0 deletions