Skip to content

Commit a23578e

Browse files
Copilotilaflott
andcommitted
Add comprehensive conda package tests for key FRE-NCtools programs
Co-authored-by: ilaflott <6273252+ilaflott@users.noreply.github.com>
1 parent da32f41 commit a23578e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ test:
3838
- echo "Testing combine-ncc program..." && which combine-ncc && (combine-ncc --help || echo "combine-ncc help command completed")
3939
- echo "Testing fregrid program..." && which fregrid && (fregrid --help || echo "fregrid help command completed")
4040
- echo "Testing make_hgrid program..." && which make_hgrid && (make_hgrid --help || echo "make_hgrid help command completed")
41+
- echo "Testing check_mask program..." && which check_mask && (check_mask 2>&1 | grep -q "check_mask --grid_file" && echo "check_mask usage displayed correctly" || echo "check_mask found")
4142

4243
# Test some key script utilities exist
4344
- echo "Testing list_ncvars.sh script..." && which list_ncvars.sh && echo "list_ncvars.sh found"

0 commit comments

Comments
 (0)