Merge pull request #1815 from s3inlc/test-compatibility

Changed cat -A to cat -vet in test.sh
pull/1820/head
Jens Steube 6 years ago committed by GitHub
commit 478fd2c8cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2833,7 +2833,7 @@ fi
# fix logfile
if [ "${PACKAGE}" -eq 0 ]; then
cat -A ${OUTD}/logfull.txt | sed -e 's/\^M \^M//g' | sed -e 's/\$$//g' > ${OUTD}/test_report.log
cat -vet ${OUTD}/logfull.txt | sed -e 's/\^M \^M//g' | sed -e 's/\$$//g' > ${OUTD}/test_report.log
fi

Loading…
Cancel
Save