mirror of https://github.com/ecmwf/eccodes.git
Testing: projString test fix
This commit is contained in:
parent
c412b2c87c
commit
d8996c9a40
|
@ -106,7 +106,7 @@ for ug in $unsupported_grids; do
|
|||
status=$?
|
||||
set -e
|
||||
[ $status -ne 0 ]
|
||||
grep -q "Not yet implemented" $tempText
|
||||
grep -q "not yet implemented" $tempText
|
||||
done
|
||||
|
||||
# Clean up
|
||||
|
|
Loading…
Reference in New Issue