From aa6dfcbb70c03dfeb3f9af02283aa1ab83667162 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Sun, 12 Apr 2015 15:31:04 +0100 Subject: 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 --- scripts/test-morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/test-morph') 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") -- cgit v1.2.1