chore: re-enable adaptive read tests, enhance github actions
This commit is contained in:
@@ -441,7 +441,7 @@ fi
|
||||
# Tests whether CRC and ECC information is taken from the read process,
|
||||
# not the wrong ecc file.
|
||||
|
||||
if false && try "read image with wrong ecc (RS01) and create new ecc" ecc_recreate_after_read_wrong_rs01; then
|
||||
if try "read image with wrong ecc (RS01) and create new ecc" ecc_recreate_after_read_wrong_rs01; then
|
||||
cp $MASTERISO $SIMISO
|
||||
|
||||
$NEWVER --debug -i$TMPISO --random-image $((ISOSIZE-777)) --random-seed 1337 >>$LOGFILE 2>&1
|
||||
@@ -1478,9 +1478,6 @@ fi
|
||||
|
||||
REGTEST_SECTION="Reading tests (adaptive)"
|
||||
|
||||
echo "Currently not enabled!"
|
||||
exit $nbfailed
|
||||
|
||||
# Read good image with error correction data available
|
||||
|
||||
if try "reading good image" adaptive_good; then
|
||||
|
||||
Reference in New Issue
Block a user