release patchlevel 4

This commit is contained in:
Stéphane Lesimple
2020-09-05 00:25:33 +02:00
parent a98c795280
commit d90cd7fa40
11 changed files with 1244 additions and 1127 deletions

View File

@@ -2,7 +2,7 @@
cd "$(dirname "$0")"
allfailed=0
for i in rs*.bash; do
( DVDISASTER_SCSI_SIMULATED_NODELAY=1 REGTEST_NO_UTF8=1 ./$i ); ret=$?
( DVDISASTER_SCSI_SIMULATED_NODELAY=1 ./$i ); ret=$?
allfailed=$((allfailed + ret))
done
echo Failed $allfailed tests