summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDarius Makovsky <traveltissues@protonmail.com>2019-11-01 11:19:13 +0000
committerDarius Makovsky <traveltissues@protonmail.com>2019-11-04 12:53:43 +0000
commitcf2439db276e233fa3b69e22110d0fe1f04e048d (patch)
treeffd6febfb68848cd9f68f83419fc78163fea1a8f /tests
parent1993ff0d96c51ee6aa1d4a601ad976b20f175a46 (diff)
downloadbuildstream-cf2439db276e233fa3b69e22110d0fe1f04e048d.tar.gz
Replace BST_NO_PRESTAGE_KEY with BST_KEY_REQUIRES_STAGE
Correct version number for BST_KEY_REQUIRES_STAGE
Diffstat (limited to 'tests')
-rw-r--r--tests/sourcecache/staging.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sourcecache/staging.py b/tests/sourcecache/staging.py
index d7254b1ae..b0cc03119 100644
--- a/tests/sourcecache/staging.py
+++ b/tests/sourcecache/staging.py
@@ -138,7 +138,7 @@ def test_staged_source_build(tmpdir, datafiles, cli):
element = project.load_elements(["import-dev.bst"])[0]
# check consistency of the source
- # local sources set BST_NO_PRESTAGE_KEY so this is cached
+ # local sources set BST_KEY_REQUIRES_STAGE so this is cached
assert element._source_cached()
res = cli.run(project=project_dir, args=['build', 'target.bst'])