test_compose_tar: Be less verbose

A huge chunk of the output log is tar's file list. Remove that to make
the log more readable.
This commit is contained in:
Lars Karlitski 2019-05-20 14:44:30 +02:00 committed by Martin Pitt
parent 5f5a2d5337
commit ca171424eb
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ rlJournalStart
rlPhaseStartTest "Verify tar image with systemd-nspawn"
if [ -f /usr/bin/systemd-nspawn ]; then
NSPAWN_DIR=`mktemp -d /var/tmp/nspawn.XXXX`
rlRun -t -c "tar -xJvf $IMAGE -C $NSPAWN_DIR"
rlRun -t -c "tar -xJf $IMAGE -C $NSPAWN_DIR"
# verify we can run a container with this image
rlRun -t -c "systemd-nspawn -D $NSPAWN_DIR cat /etc/redhat-release"