diff options
author | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-07-04 12:40:13 +0200 |
---|---|---|
committer | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-07-04 12:40:13 +0200 |
commit | f97bdfd42a65506b8d45a47849f9f48b30206532 (patch) | |
tree | 580773fe2b79f33d9a21fccf46e3d9d7f15243c4 /test/test_cerbero_config.py | |
parent | c7e0f0668c0708ba7e4032af5b3fffc2dfe4641d (diff) |
config: add the force_git_commit to help with releases
Diffstat (limited to 'test/test_cerbero_config.py')
-rw-r--r-- | test/test_cerbero_config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_cerbero_config.py b/test/test_cerbero_config.py index 30504d1b..e40f0e4f 100644 --- a/test/test_cerbero_config.py +++ b/test/test_cerbero_config.py @@ -89,6 +89,7 @@ class LinuxPackagesTest(unittest.TestCase): 'external_packages': {}, 'external_recipes': {}, 'use_ccache': None, + 'force_git_commit': None, } self.assertEquals(sorted(config._properties), sorted(props.keys())) for p, v in props.iteritems(): |