summaryrefslogtreecommitdiff
path: root/morphlib/morphloader_tests.py
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2014-08-15 17:28:04 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2014-08-15 17:28:04 +0000
commit4cce5cfb5ec6b092bf6411cb2cd375aa40898882 (patch)
tree95eec90a7545b8d7e887966ce07298e7aaa442cb /morphlib/morphloader_tests.py
parent00837372abc82209e1e71693b2e1eefc54718bbc (diff)
parentdbc508a019a55b31bf4481225894aca8340747a2 (diff)
downloadmorph-4cce5cfb5ec6b092bf6411cb2cd375aa40898882.tar.gz
Merge branch 'baserock/franred/fixes-needed-for-organize-definitions'
Reviewed by: Richard Maw <richard.maw@codethink.co.uk> Merged by: Francisco Redondo Marchena <francisco.marchena@codethink.co.uk>
Diffstat (limited to 'morphlib/morphloader_tests.py')
-rw-r--r--morphlib/morphloader_tests.py25
1 files changed, 13 insertions, 12 deletions
diff --git a/morphlib/morphloader_tests.py b/morphlib/morphloader_tests.py
index d47ec750..e783bfdb 100644
--- a/morphlib/morphloader_tests.py
+++ b/morphlib/morphloader_tests.py
@@ -571,23 +571,24 @@ build-system: dummy
'build-system': 'manual',
'build-mode': 'staging',
- 'configure-commands': [],
- 'pre-configure-commands': [],
- 'post-configure-commands': [],
+ 'configure-commands': None,
+ 'pre-configure-commands': None,
+ 'post-configure-commands': None,
- 'build-commands': [],
- 'pre-build-commands': [],
- 'post-build-commands': [],
+ 'build-commands': None,
+ 'pre-build-commands': None,
+ 'post-build-commands': None,
- 'test-commands': [],
- 'pre-test-commands': [],
- 'post-test-commands': [],
+ 'test-commands': None,
+ 'pre-test-commands': None,
+ 'post-test-commands': None,
- 'install-commands': [],
- 'pre-install-commands': [],
- 'post-install-commands': [],
+ 'install-commands': None,
+ 'pre-install-commands': None,
+ 'post-install-commands': None,
'products': [],
+ 'system-integration': [],
'devices': [],
'max-jobs': None,
'prefix': '/usr',