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

Collgrid.py.test.in: add option -O

parent 31dc7dc5
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ for GRIDTYPE in GRIDTYPES:
t = TAPTest(f'{GRIDTYPE} {DIST}')
t.add(f'{CDO} distgrid,{DIST} {IFILE} xxx')
t.add(f'{CDO} {OPERATOR}{argument} xxx* {OFILE}')
t.add(f'{CDO} -O {OPERATOR}{argument} xxx* {OFILE}')
t.add(f'{CDO} diff {IFILE} {OFILE}')
t.clean(OFILE, "xxx*")
test_module.add(t)
......
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