richardmaw-codethink pushed to branch master at BuildStream / buildstream
Commits:
-
d2ea3069
by Richard Maw at 2018-09-27T15:16:57Z
-
c128429a
by richardmaw-codethink at 2018-09-27T15:42:18Z
1 changed file:
Changes:
... | ... | @@ -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')
|