diff options
author | Benjamin Schubert <contact@benschubert.me> | 2020-01-16 18:49:54 +0000 |
---|---|---|
committer | Benjamin Schubert <contact@benschubert.me> | 2020-01-16 18:49:54 +0000 |
commit | a5b2396539e1621eef75a035b12c1c4266b5c9fe (patch) | |
tree | 174524d511845a01449ce4be73982f2c0abfafb8 /tests/frontend/consistencyerror/bug.bst | |
parent | b41f5dd977d13937f338d3737733353d613a2245 (diff) | |
parent | 3554f36185d4ce507fbc76d7a694849ae717d1a8 (diff) | |
download | buildstream-a5b2396539e1621eef75a035b12c1c4266b5c9fe.tar.gz |
Merge branch 'bschubert/optimize-consistency' into 'master'
Optimize consistency and state handling
Closes #1126
See merge request BuildStream/buildstream!1739
Diffstat (limited to 'tests/frontend/consistencyerror/bug.bst')
-rw-r--r-- | tests/frontend/consistencyerror/bug.bst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/frontend/consistencyerror/bug.bst b/tests/frontend/consistencyerror/bug.bst index a66002046..5639abee2 100644 --- a/tests/frontend/consistencyerror/bug.bst +++ b/tests/frontend/consistencyerror/bug.bst @@ -1,4 +1,4 @@ kind: import -description: An element with an unhandled exception at get_consistency time +description: An element with an unhandled exception in checking whether it is cached or not sources: - kind: consistencybug |