Skip to content
Snippets Groups Projects
Commit 3f879ef7 authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

Refactor the skipping conditions in the tests.

parent 52fe1f72
No related branches found
No related tags found
1 merge request!14Draft: K202125/cdi 1.8.x pio merge followup
#!@SHELL@
test 'x@ENABLE_GRIB@' = xyes || exit 77
pio_write_args="-p PIO_WRITER -w 4"
mpi_task_num=8
......
#!@SHELL@
test 'x@ENABLE_NETCDF@' = xyes || exit 77
@ENABLE_NETCDF_FALSE@exit 77
cdi_app_stdout="$0.cdi_app.stdout"
cdi_app_stderr="$0.cdi_app.stderr"
......
#!@SHELL@
test 'x@ENABLE_NETCDF@' = xyes || exit 77
@ENABLE_NETCDF_FALSE@exit 77
ncdatafile="$0.nc"
......
#!@SHELL@
test 'x@ENABLE_NETCDF@' = xyes || exit 77
@ENABLE_NETCDF_FALSE@exit 77
prefix=${0##*/}
format=nc
......
#!@SHELL@
test 'x@ENABLE_NETCDF@' = xyes || exit 77
@ENABLE_NETCDF_FALSE@exit 77
prefix=${0##*/}
format=nc
......
#!@SHELL@
@ENABLE_ISOC_INTERFACE_FALSE@exit 77
test 'x@ENABLE_NETCDF@' = xyes || exit 77
@ENABLE_NETCDF_FALSE@exit 77
cdi_read_f2003_stdout="$0.cdi_read_f2003.stdout"
cdi_read_f2003_stderr="$0.cdi_read_f2003.stderr"
......
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