summaryrefslogtreecommitdiff
path: root/morphlib
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2014-08-15 14:33:23 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2014-08-15 14:33:23 +0000
commitb3b8cd5c55d608fd0a1262975b7ea3f15344bf10 (patch)
treec93e2bfb7797e13591018d91c940f24388f1c5f6 /morphlib
parent88636270646afc9f197f89d00e4ff5740f681738 (diff)
downloadmorph-b3b8cd5c55d608fd0a1262975b7ea3f15344bf10.tar.gz
Update morphloader_test.py
Diffstat (limited to 'morphlib')
-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',