Skip to content
Snippets Groups Projects
Commit 602e49f6 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

Magplot.test.in: remove contour test

parent f2140a23
No related branches found
No related tags found
No related merge requests found
Pipeline #13724 passed
#! @BASH@
#
echo 1..3 # Number of tests to be executed.
echo 1..2 # Number of tests to be executed.
#
test -n "$CDO" || CDO="@abs_top_builddir@/src/cdo $CDO_DEBUG"
#
......@@ -9,7 +9,9 @@ HAS_MAGICS=`${CDO} --config has-magics`
XTESTDIR=$CDOTESTDATA/magics
#
DEVICE=png
OPERATORS="shaded grfill contour"
# contour png file differ for different compilers
# OPERATORS="shaded grfill contour"
OPERATORS="shaded grfill"
#
NTEST=1
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment