[Notes] [Git][BuildStream/buildstream][bschubert/dont-cache-errors-from-host-tools] fixup! fixup! fixup! Don't cache sandbox errors



Title: GitLab

Benjamin Schubert pushed to branch bschubert/dont-cache-errors-from-host-tools at BuildStream / buildstream

Commits:

1 changed file:

Changes:

  • tests/integration/cachedfail.py
    ... ... @@ -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'



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]