From: Christian Goeschel Ndjomouo Date: Sat, 8 Aug 2026 23:28:22 +0000 (-0400) Subject: tests: (fsck.cramfs) make long options visible for test coverage analysis X-Git-Url: http://git.ipfire.org/index.cgi?a=commitdiff_plain;h=5647a4828feb331fc83ab83ffde9c0467c48d9a2;p=thirdparty%2Futil-linux.git tests: (fsck.cramfs) make long options visible for test coverage analysis Signed-off-by: Christian Goeschel Ndjomouo --- diff --git a/tests/ts/cramfs/fsck-endianness b/tests/ts/cramfs/fsck-endianness index b6f770a66..f02b80471 100755 --- a/tests/ts/cramfs/fsck-endianness +++ b/tests/ts/cramfs/fsck-endianness @@ -40,7 +40,8 @@ test_image() { rm -rf "$IMAGE_DATA" ts_log "extract from $FROM_ENDIANNESS endian" - $TS_CMD_FSCKCRAMFS -v -b 4096 --extract=$IMAGE_DATA $FROM_IMAGE | head -n1 | cut -d" " -f4 >> "$TS_OUTPUT" 2>> "$TS_ERRLOG" + $TS_CMD_FSCKCRAMFS --verbose --blocksize 4096 --extract=$IMAGE_DATA $FROM_IMAGE \ + | head -n1 | cut -d" " -f4 >> "$TS_OUTPUT" 2>> "$TS_ERRLOG" ts_log "create $TO_ENDIANNESS endian" $TS_CMD_MKCRAMFS -N "$TO_ENDIANNESS" -b 4096 "$IMAGE_DATA" \