icon for Windows, make windist

This commit is contained in:
Stéphane Lesimple
2020-08-25 20:15:00 +02:00
parent 8298d78e04
commit 8e0664462e
4 changed files with 20 additions and 5 deletions

View File

@@ -216,7 +216,7 @@ function run_regtest()
filter=cat
echo "$options" | grep -qw SORTED && filter=sort
if [ "${CODEC_PREFIX}_${testsymbol}" = RS01_scan_no_device ]; then
if [ "${CODEC_PREFIX}_${testsymbol}" = RS01_scan_no_device ] || [ "${CODEC_PREFIX}_${testsymbol}" = RS01_read_no_device ]; then
# for Windows
sed -i -re "s=device $NON_EXISTENT_DEVICE\.=/dev/sdz: No such file or directory=" $NEWLOG
fi