Testing: Do not suppress output of diff

This commit is contained in:
Shahram Najm 2019-07-29 15:46:07 +01:00
parent 49921b06f9
commit 947bfa7b82
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ do
if [ -f "$ref_num" ]; then
# Cannot use plain diff. We need to compare FLOAT NUMBERS with a tolerance
perl number_compare.pl $ref_num $res_num >$REDIRECT 2> $REDIRECT
perl number_compare.pl $ref_num $res_num # >$REDIRECT 2> $REDIRECT
#numdiff $ref_num $res_num >$REDIRECT 2> $REDIRECT
fi