From 60fadd6353e38d339ee447178f13eb62f7cbbb68 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 17 Aug 2020 17:14:29 -0600 Subject: [PATCH] Ignore differences in line endings on Windows and Linux. --- cmake/scripts/run_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5