diff options
author | Tristan van Berkom <tristan@codethink.co.uk> | 2020-11-13 18:27:01 +0900 |
---|---|---|
committer | Tristan van Berkom <tristan@codethink.co.uk> | 2020-11-19 15:41:28 +0900 |
commit | 524c2c00080ce76b12c0c7e492b2d45c83e5d9c1 (patch) | |
tree | a4cc20d58fc4e69c981bca72d496043320598c3b /tests/frontend/simple/elements/subdir/target.bst | |
parent | 8aadb611f38162c8345d480e944ee48b736cc0f4 (diff) | |
download | buildstream-524c2c00080ce76b12c0c7e492b2d45c83e5d9c1.tar.gz |
tests/frontend/artifact_show.py: Added tests for glob pattern matches.
This tests a few glob patterns through `bst artifact show` and also
asserts that globs which match both elements and artifacts will produce
an error.
Diffstat (limited to 'tests/frontend/simple/elements/subdir/target.bst')
-rw-r--r-- | tests/frontend/simple/elements/subdir/target.bst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/frontend/simple/elements/subdir/target.bst b/tests/frontend/simple/elements/subdir/target.bst new file mode 100644 index 000000000..411206787 --- /dev/null +++ b/tests/frontend/simple/elements/subdir/target.bst @@ -0,0 +1,7 @@ +kind: stack +description: | + + Another target in a subdirectory + +depends: +- import-dev.bst |