[Notes] [Git][BuildStream/buildstream][master] 2 commits: tests: Add regression test for pushing failed builds



Title: GitLab

richardmaw-codethink pushed to branch master at BuildStream / buildstream

Commits:

1 changed file:

Changes:

  • tests/integration/cachedfail.py
    ... ... @@ -121,7 +121,7 @@ def test_build_depend_on_cached_fail(cli, tmpdir, datafiles):
    121 121
     
    
    122 122
     @pytest.mark.skipif(not IS_LINUX, reason='Only available on linux')
    
    123 123
     @pytest.mark.datafiles(DATA_DIR)
    
    124
    -@pytest.mark.parametrize("on_error", ("continue",))
    
    124
    +@pytest.mark.parametrize("on_error", ("continue", "quit"))
    
    125 125
     def test_push_cached_fail(cli, tmpdir, datafiles, on_error):
    
    126 126
         project = os.path.join(datafiles.dirname, datafiles.basename)
    
    127 127
         element_path = os.path.join(project, 'elements', 'element.bst')
    



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