summaryrefslogtreecommitdiff
path: root/tests/context
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2017-10-23 11:17:21 +0200
committerJürg Billeter <j@bitron.ch>2018-02-08 14:04:04 +0100
commit1d331b9b7db812e3f18c3eed33af92739c2ffb7b (patch)
treed40c49423bb7aa804f0993495330c632d46fa9ba /tests/context
parentb5f101a2ac19ff4e64de17a18230e351137c1884 (diff)
downloadbuildstream-1d331b9b7db812e3f18c3eed33af92739c2ffb7b.tar.gz
Move cli_options from Context to Project
cli_options are project-specific.
Diffstat (limited to 'tests/context')
-rw-r--r--tests/context/context.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/context/context.py b/tests/context/context.py
index 442069bf6..a153d7f6d 100644
--- a/tests/context/context.py
+++ b/tests/context/context.py
@@ -20,7 +20,7 @@ def context_fixture():
return {
'xdg-cache': cache_home,
- 'context': Context([])
+ 'context': Context()
}