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

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

commit 4ded09501b16af4da88f12f377c31219ddbaa8f6
Author: Chandan Singh <[email protected]>
AuthorDate: Tue Jul 16 15:24:16 2019 +0100

    fixup! fixup! fixup! fixup! fixup! tests: Remove build dependencies from 
stack elements
---
 tests/frontend/track.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/frontend/track.py b/tests/frontend/track.py
index aabcbed..900eed0 100644
--- a/tests/frontend/track.py
+++ b/tests/frontend/track.py
@@ -324,7 +324,7 @@ def test_junction_element(cli, tmpdir, datafiles, 
ref_storage):
     result.assert_success()
 
     # Now assert element state (via bst show under the hood) of the dep again
-    assert cli.get_element_state(project, 'junction-dep.bst') == 'waiting'
+    assert cli.get_element_state(project, 'junction-dep.bst') == 'buildable'
 
 
 @pytest.mark.datafiles(DATA_DIR)

Reply via email to