Benjamin Schubert pushed to branch bschubert/dont-cache-errors-from-host-tools at BuildStream / buildstream
Commits:
-
1a0e768e
by Benjamin Schubert at 2018-11-08T18:30:09Z
1 changed file:
Changes:
... | ... | @@ -195,3 +195,4 @@ def test_host_tools_errors_are_not_cached(cli, tmpdir, datafiles): |
195 | 195 |
# When rebuilding, this should work
|
196 | 196 |
result2 = cli.run(project=project, args=['build', 'element.bst'])
|
197 | 197 |
result2.assert_success()
|
198 |
+ assert cli.get_element_state(project, 'element.bst') == 'cached'
|