diff options
author | Benjamin Schubert <ben.c.schubert@gmail.com> | 2019-03-09 11:07:19 +0000 |
---|---|---|
committer | Benjamin Schubert <ben.c.schubert@gmail.com> | 2019-03-20 09:38:41 +0000 |
commit | 180b8ada3922f7a1b139d76559ebece2bb54579f (patch) | |
tree | 0460e2cd88194210868d939e6582e87df409a2d2 /tests/format | |
parent | 8b26bbf9ea2c3c9b566d95675cea896459ed5c71 (diff) | |
download | buildstream-180b8ada3922f7a1b139d76559ebece2bb54579f.tar.gz |
tests: rename tests shadowing another one and fix failures
Diffstat (limited to 'tests/format')
-rw-r--r-- | tests/format/list-directive-error-project/project.conf | 2 | ||||
-rw-r--r-- | tests/format/listdirectiveerrors.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/format/list-directive-error-project/project.conf b/tests/format/list-directive-error-project/project.conf index dfba68b98..2d66408a8 100644 --- a/tests/format/list-directive-error-project/project.conf +++ b/tests/format/list-directive-error-project/project.conf @@ -1,6 +1,6 @@ name: test -non-existant: +artifacts: (>): - name: Appending - value: To something that doesnt exist diff --git a/tests/format/listdirectiveerrors.py b/tests/format/listdirectiveerrors.py index 8c397252c..463d00815 100644 --- a/tests/format/listdirectiveerrors.py +++ b/tests/format/listdirectiveerrors.py @@ -35,7 +35,7 @@ def test_element_error(cli, datafiles, target): @pytest.mark.datafiles(DATA_DIR) -def test_project_error(cli, datafiles): +def test_project_composite_error(cli, datafiles): project = os.path.join(datafiles.dirname, datafiles.basename, 'list-directive-type-error') result = cli.run(project=project, silent=True, args=[ 'show', |