summaryrefslogtreecommitdiff
path: root/tests.as-root/setup-build
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-11-14 17:52:38 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-11-14 17:58:39 +0000
commite8a342e61989f06172457fc25311abc02e5dfee6 (patch)
tree1cb80924d7cd49b495a4844419fd1669ce7eeafd /tests.as-root/setup-build
parent70564c6457b732e1dd35384971da5df3c5a1665b (diff)
downloadmorph-e8a342e61989f06172457fc25311abc02e5dfee6.tar.gz
Update as-root tests to use their setup infrastructure
Code to generate system images was being duplicated in each test needlessly.
Diffstat (limited to 'tests.as-root/setup-build')
-rw-r--r--tests.as-root/setup-build4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests.as-root/setup-build b/tests.as-root/setup-build
index 8d6e6612..1f6f1c39 100644
--- a/tests.as-root/setup-build
+++ b/tests.as-root/setup-build
@@ -1,4 +1,5 @@
#!/bin/bash
+#
# Copyright (C) 2012 Codethink Limited
#
# This program is free software; you can redistribute it and/or modify
@@ -14,7 +15,8 @@
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-# Fixture for tests involving 'morph build'
+
+## Fixture for tests involving 'morph build'
source "$SRCDIR/scripts/fix-committer-info"