summaryrefslogtreecommitdiff
path: root/tests/frontend/fetch.py
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2020-09-14 12:05:12 +0200
committerJürg Billeter <j@bitron.ch>2020-09-14 17:39:17 +0200
commitfdca4c15e314dcf75d05e652798b43948598a012 (patch)
tree0e50bf62fc62b5584defe7420493c006132e5b7e /tests/frontend/fetch.py
parent9c1dcc068b49a2cabfa925c5a5f75b390883da15 (diff)
downloadbuildstream-juerg/cache-query-wip.tar.gz
Diffstat (limited to 'tests/frontend/fetch.py')
-rw-r--r--tests/frontend/fetch.py2
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"))