diff options
author | Jürg Billeter <j@bitron.ch> | 2020-09-14 12:05:12 +0200 |
---|---|---|
committer | Jürg Billeter <j@bitron.ch> | 2020-09-14 17:39:17 +0200 |
commit | fdca4c15e314dcf75d05e652798b43948598a012 (patch) | |
tree | 0e50bf62fc62b5584defe7420493c006132e5b7e /tests/frontend/fetch.py | |
parent | 9c1dcc068b49a2cabfa925c5a5f75b390883da15 (diff) | |
download | buildstream-juerg/cache-query-wip.tar.gz |
Diffstat (limited to 'tests/frontend/fetch.py')
-rw-r--r-- | tests/frontend/fetch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/frontend/fetch.py b/tests/frontend/fetch.py index b2c9d64c2..3dfeabe5d 100644 --- a/tests/frontend/fetch.py +++ b/tests/frontend/fetch.py @@ -65,7 +65,7 @@ def test_fetch_consistency_error(cli, datafiles): # When the error occurs outside of the scheduler at load time, # then the SourceError is reported directly as the main error. result = cli.run(project=project, args=["source", "fetch", "error.bst"]) - result.assert_main_error(ErrorDomain.SOURCE, "the-consistency-error") + result.assert_main_error(ErrorDomain.SOURCE, "the-consistency-error", debug=True) @pytest.mark.datafiles(os.path.join(TOP_DIR, "consistencyerror")) |