summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2015-04-12 15:31:04 +0100
committerBaserock Gerrit <gerrit@baserock.org>2015-04-22 10:20:25 +0000
commitaa6dfcbb70c03dfeb3f9af02283aa1ab83667162 (patch)
tree653dbc48e9f18228981902f0b493b3301ff503bb /scripts
parent124e2f1b68a5176dcb3bf37543d4d9ff26a14b95 (diff)
downloadmorph-aa6dfcbb70c03dfeb3f9af02283aa1ab83667162.tar.gz
Use --verbose/-v to show build output, --debug/-d for morph debug
Its going to be more likely that a baserock user is more interesed in the build log than actually the debug output from morph. And also the intuitive option would be to use -v for this. --verbose/-v: show build output --debug/-d: show morph debug output Change-Id: I1fb99034dc8680a5f168f6306724663aea33ebc5
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/test-morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test-morph b/scripts/test-morph
index 9a48d12a..cc8bb7c4 100755
--- a/scripts/test-morph
+++ b/scripts/test-morph
@@ -34,7 +34,7 @@ if [ "$1" = "--find-system-artifact" ]; then
"$SRCDIR/morph" --no-default-config \
--tarball-server= --cache-server= \
--cachedir-min-space=0 --tempdir-min-space=0 \
- --config="$DATADIR/morph.conf" --verbose "$@" > $DATADIR/stdout
+ --config="$DATADIR/morph.conf" --debug "$@" > $DATADIR/stdout
ARTIFACT=$(grep "system \S\+-rootfs is cached at" "$DATADIR/stdout" | \
sed -nre "s/^.*system \S+-rootfs is cached at (\S+)$/\1/p")