diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-12-13 11:49:39 -0500 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-12-13 11:49:39 -0500 |
commit | 44a49070c07433c99e6d9745f61479a21bbc31fd (patch) | |
tree | fe2c0da15f3a60dfcec858c895875ed1601ff78f /tests/sources/zip.py | |
parent | 1feef7c08980a635d78942e202bc93ec1fadb20e (diff) | |
download | buildstream-early-logging.tar.gz |
Adapting test cases to expect logs in stderrearly-logging
And also adapted them to remove any occurrences of HAVE_ROOT.
Diffstat (limited to 'tests/sources/zip.py')
-rw-r--r-- | tests/sources/zip.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sources/zip.py b/tests/sources/zip.py index 2fd0c04aa..70ad491ff 100644 --- a/tests/sources/zip.py +++ b/tests/sources/zip.py @@ -91,7 +91,7 @@ def test_track_warning(cli, tmpdir, datafiles): 'track', 'target.bst' ]) assert result.exit_code == 0 - assert "Potential man-in-the-middle attack!" in result.output + assert "Potential man-in-the-middle attack!" in result.stderr def _list_dir_contents(srcdir): |