diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2019-01-11 13:45:16 -0500 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2019-01-16 18:35:21 -0500 |
commit | 1eafc25c7a1841d0c43425bba0f078e0aa686eb0 (patch) | |
tree | a727ccaa229a580ab23105666fc70a840ec35a5b /tests/frontend/exceptions/first-level-2.bst | |
parent | 5ea2f59d64ed0b5bf521c925247ffc90175be711 (diff) | |
download | buildstream-1eafc25c7a1841d0c43425bba0f078e0aa686eb0.tar.gz |
tests: Migrate `--except` testing to tests/frontend/show.py
The tests/pipeline directory will be removed, and this test
is the better of the two but also redundant with the one in
tests/frontend/show.
Renamed existing test in show.py to `test_show_except_simple`
and added the better test as `test_show_except` below it.
Diffstat (limited to 'tests/frontend/exceptions/first-level-2.bst')
-rw-r--r-- | tests/frontend/exceptions/first-level-2.bst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/frontend/exceptions/first-level-2.bst b/tests/frontend/exceptions/first-level-2.bst new file mode 100644 index 000000000..fd7ac1704 --- /dev/null +++ b/tests/frontend/exceptions/first-level-2.bst @@ -0,0 +1,4 @@ +kind: autotools +description: Shares a dependency with a removed dependency +depends: + - third-level-2.bst |