Skip to content

Commit

Permalink
Per #3006, update unit_pair_stat.xml to use the -out option.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Jan 17, 2025
1 parent cf9264e commit 677fbe2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions internal/test_unit/xml/unit_pair_stat.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
<test name="pair_stat_MPR">
<exec>&MET_BIN;/pair_stat</exec>
<param> \
-pairs &OUTPUT_DIR;/point_stat/point_stat_GRIB1_NAM_GDAS_120000L_20120409_120000V.stat \
-pairs &OUTPUT_DIR;/point_stat/point_stat_GRIB1_NAM_GDAS_120000L_20120409_120000V.stat \
-format mpr \
-config &CONFIG_DIR;/PairStatConfig_mpr \
-outdir &OUTPUT_DIR;/pair_stat -v 1
-out &OUTPUT_DIR;/pair_stat/pair_stat_format_mpr -v 1
</param>
<output>
<stat>&OUTPUT_DIR;/pair_stat/pair_stat_NAL_19700101_000000V.stat</stat>
<stat>&OUTPUT_DIR;/pair_stat/pair_stat_NAL_19700101_000000V_cnt.txt</stat>
<stat>&OUTPUT_DIR;/pair_stat/pair_stat_NAL_19700101_000000V_sl1l2.txt</stat>
<stat>&OUTPUT_DIR;/pair_stat/pair_stat_format_mpr.stat</stat>
<stat>&OUTPUT_DIR;/pair_stat/pair_stat_format_mpr_cnt.txt</stat>
<stat>&OUTPUT_DIR;/pair_stat/pair_stat_format_mpr_sl1l2.txt</stat>
</output>
</test>

Expand Down

0 comments on commit 677fbe2

Please sign in to comment.