summaryrefslogtreecommitdiff
path: root/scripts/test-morph
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/test-morph')
-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")