chore: remove exit status check, sometimes non-zero is legit

This commit is contained in:
Stéphane Lesimple
2020-08-23 20:01:19 +02:00
parent a886d60417
commit 9ef0b374e5

View File

@@ -178,10 +178,6 @@ function run_regtest()
echo "LANG=en_EN.UTF-8 $NEWVER --regtest --no-progress -i${testiso} ${testeccopt} ${extra_args} ${testparms}" >>$LOGFILE
LANG=en_EN.UTF-8 $NEWVER --regtest --no-progress -i${testiso} ${testeccopt} ${extra_args} ${testparms} 2>&1 | tail -n +3 >>$NEWLOG
ret=${PIPESTATUS[0]}
if [ $ret != 0 ]; then
echo "NON-ZERO EXIT STATUS: $ret" >>$NEWLOG
fi
if ! test -r $REFLOG; then
echo -e "FAIL\n$REFLOG missing in log file database"