Skip to content

Commit

Permalink
Per #1546, fix typo in echo statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway authored Jan 27, 2022
1 parent 38e7bdd commit c2688b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/xml/unit_python.xml
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@

<!-- Invokes user-python logic to read a grid string -->
<test name="python_numpy_grid_name_user_python">
<exec>echo "MET_PYTHON_EXE=&MET_PYTHON_EXE; \
<exec>echo "MET_PYTHON_EXE=&MET_PYTHON_EXE;"; \
&MET_BIN;/plot_data_plane</exec>
<env>
<pair><name>MET_PYTHON_EXE</name> <value>&MET_PYTHON_EXE;</value></pair>
Expand All @@ -399,7 +399,7 @@

<!-- Invokes user-python logic to read point data -->
<test name="python_ascii2nc_user_python">
<exec>echo "MET_PYTHON_EXE=&MET_PYTHON_EXE; \
<exec>echo "MET_PYTHON_EXE=&MET_PYTHON_EXE;"; \
&MET_BIN;/ascii2nc</exec>
<env>
<pair><name>MET_PYTHON_EXE</name> <value>&MET_PYTHON_EXE;</value></pair>
Expand All @@ -417,7 +417,7 @@
<!-- Invokes user-python logic to read NUMPY text data -->
<test name="python_numpy_plot_data_plane_user_python">
<exec>export PATH='&ANACONDA_BIN;:${PATH}'; \
echo "MET_PYTHON_EXE=&MET_PYTHON_EXE; \
echo "MET_PYTHON_EXE=&MET_PYTHON_EXE;"; \
&MET_BIN;/plot_data_plane</exec>
<env>
<pair><name>MET_PYTHON_EXE</name> <value>&MET_PYTHON_EXE;</value></pair>
Expand All @@ -437,7 +437,7 @@

<!-- Invokes user-python logic to pass MPR data to Stat-Analysis -->
<test name="python_stat_analysis_user_python">
<exec>echo "MET_PYTHON_EXE=&MET_PYTHON_EXE; \
<exec>echo "MET_PYTHON_EXE=&MET_PYTHON_EXE;"; \
&MET_BIN;/stat_analysis</exec>
<env>
<pair><name>MET_PYTHON_EXE</name> <value>&MET_PYTHON_EXE;</value></pair>
Expand Down

0 comments on commit c2688b5

Please sign in to comment.