diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-01-06 18:39:05 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-01-06 19:26:43 +0900 |
commit | d35896e1897329d4715ba65a25074f6710bbf765 (patch) | |
tree | 64fb66a13295292f5f348b6df4a7f6e64b0fac73 /tests/pipeline/preflight-error/error.bst | |
parent | f1183059abac95ba1f90a54ba02b69326cefe84d (diff) | |
download | buildstream-fix-preflight-errors.tar.gz |
tests/pipeline/preflight.py: Added test to ensure graceful exit at preflight error timefix-preflight-errors
Diffstat (limited to 'tests/pipeline/preflight-error/error.bst')
-rw-r--r-- | tests/pipeline/preflight-error/error.bst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/pipeline/preflight-error/error.bst b/tests/pipeline/preflight-error/error.bst new file mode 100644 index 000000000..a9772770c --- /dev/null +++ b/tests/pipeline/preflight-error/error.bst @@ -0,0 +1,4 @@ +kind: import +description: An element with a failing source at preflight time +sources: +- kind: preflighterror |