test-repart: disable pager
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 2 Jan 2022 20:03:45 +0000 (05:03 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 5 Jan 2022 00:29:50 +0000 (09:29 +0900)
src/partition/test-repart.sh

index 525be8e56ad204d3746c119fc0d3ce7a620f1ab4..eb7012f59ec0700c569826463a83fb023de47b2d 100755 (executable)
@@ -213,6 +213,6 @@ else
 fi
 
 echo "### Testing json output ###"
-"$repart" "$D/zzz" --size=3G --dry-run=no --seed="$SEED" --definitions="$D/definitions" --json=help
-"$repart" "$D/zzz" --size=3G --dry-run=no --seed="$SEED" --definitions="$D/definitions" --json=pretty
-"$repart" "$D/zzz" --size=3G --dry-run=no --seed="$SEED" --definitions="$D/definitions" --json=short
+"$repart" "$D/zzz" --size=3G --dry-run=no --seed="$SEED" --definitions="$D/definitions" --no-pager --json=help
+"$repart" "$D/zzz" --size=3G --dry-run=no --seed="$SEED" --definitions="$D/definitions" --no-pager --json=pretty
+"$repart" "$D/zzz" --size=3G --dry-run=no --seed="$SEED" --definitions="$D/definitions" --no-pager --json=short