mirror of https://github.com/ecmwf/eccodes.git
Testing: Do not suppress output of diff
This commit is contained in:
parent
49921b06f9
commit
947bfa7b82
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue