From: Wolfgang Bangerth Date: Mon, 17 Aug 2020 23:14:29 +0000 (-0600) Subject: Ignore differences in line endings on Windows and Linux. X-Git-Tag: v9.3.0-rc1~1179^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60fadd6353e38d339ee447178f13eb62f7cbbb68;p=dealii.git Ignore differences in line endings on Windows and Linux. --- diff --git a/cmake/scripts/run_test.sh b/cmake/scripts/run_test.sh index 4251cb1846..f5f3162686 100644 --- a/cmake/scripts/run_test.sh +++ b/cmake/scripts/run_test.sh @@ -106,7 +106,7 @@ case $STAGE in # - [space][tab][newline]=,:;<>[](){}^ as separators between # numbers # - "${NUMDIFF_EXECUTABLE}" -a 1e-6 -r 1e-8 -s ' \t\n=,:;<>[](){}^' \ + "${NUMDIFF_EXECUTABLE}" -a 1e-6 -r 1e-8 -s ' \t\r\n=,:;<>[](){}^' \ "${file}" output > diff${variant} if [ $? -eq 0 ]; then