Skip to content

Commit

Permalink
use faster compression
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrfai committed Nov 6, 2022
1 parent 4c5a7cf commit 1fc143c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/tests/nfsroot
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -e
cd "$AUTOPKGTEST_TMP"
trap "cp -vp /var/log/fai/fai-make-nfsroot.log nfsroot.log $AUTOPKGTEST_ARTIFACTS" INT QUIT EXIT

fai-make-nfsroot -gv > nfsroot.log
fai-make-nfsroot -zgv > nfsroot.log
err=$?
echo "exit code fai-make-nfsroot: $err"
if [ $err -ne 0 ]; then
Expand Down

0 comments on commit 1fc143c

Please sign in to comment.