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=$?
|
status=$?
|
||||||
set -e
|
set -e
|
||||||
[ $status -ne 0 ]
|
[ $status -ne 0 ]
|
||||||
grep -q "Not yet implemented" $tempText
|
grep -q "not yet implemented" $tempText
|
||||||
done
|
done
|
||||||
|
|
||||||
# Clean up
|
# Clean up
|
||||||
|
|
Loading…
Reference in New Issue