You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by gi...@apache.org on 2020/12/29 13:24:27 UTC

[buildstream] 12/14: fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! tests: Remove build dependencies from stack elements

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch chandan/stack-stricter-warnings
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 4a6d51e0b4ab2e536fc256d5f730cca982ce2ce5
Author: Chandan Singh <cs...@bloomberg.net>
AuthorDate: Tue Jul 16 17:51:58 2019 +0100

    fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! tests: Remove build dependencies from stack elements
---
 tests/format/dependencies1/elements/list-combine.bst | 2 +-
 tests/format/dependencies1/elements/list-overlap.bst | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/format/dependencies1/elements/list-combine.bst b/tests/format/dependencies1/elements/list-combine.bst
index d01293f..d39ddd3 100644
--- a/tests/format/dependencies1/elements/list-combine.bst
+++ b/tests/format/dependencies1/elements/list-combine.bst
@@ -4,5 +4,5 @@ build-depends:
 - firstdep.bst
 runtime-depends:
 - seconddep.bst
-runtime-depends:
+depends:
 - thirddep.bst
diff --git a/tests/format/dependencies1/elements/list-overlap.bst b/tests/format/dependencies1/elements/list-overlap.bst
index 9451fc3..5fee6f1 100644
--- a/tests/format/dependencies1/elements/list-overlap.bst
+++ b/tests/format/dependencies1/elements/list-overlap.bst
@@ -1,4 +1,4 @@
-kind: stack
+kind: manual
 description: This element depends on two elements in different ways
 build-depends:
 - firstdep.bst