chore: re-enable adaptive read tests, enhance github actions
This commit is contained in:
@@ -730,7 +730,7 @@ fi
|
||||
|
||||
# Fix image containing 137 extra bytes
|
||||
|
||||
if false && try "trying to fix image with 137 extra bytes" fix_image_plus137; then
|
||||
if try "trying to fix image with 137 extra bytes" fix_image_plus137; then
|
||||
# Test possibly broken on upstream 0.79.6, forcefully ignoring
|
||||
|
||||
cp $ISO_PLUS137 $TMPISO
|
||||
@@ -743,7 +743,7 @@ fi
|
||||
# error in the zero-padded area following the 137 bytes.
|
||||
# Both shall be corrected.
|
||||
|
||||
if false && try "trying to fix image with error in 137 extra bytes" fix_image_error_in_plus137; then
|
||||
if try "trying to fix image with error in 137 extra bytes" fix_image_error_in_plus137; then
|
||||
# Test possibly broken on upstream 0.79.6, forcefully ignoring
|
||||
|
||||
cp $ISO_PLUS137 $TMPISO
|
||||
@@ -1775,9 +1775,6 @@ fi
|
||||
|
||||
REGTEST_SECTION="Reading tests (adaptive)"
|
||||
|
||||
echo "Currently not enabled!"
|
||||
exit $nbfailed
|
||||
|
||||
# Read complete / optimal image
|
||||
|
||||
if try "reading good image" adaptive_good; then
|
||||
|
||||
Reference in New Issue
Block a user