From 338c6e2fcfcfc9437691b5e8485c696a3e06fac9 Mon Sep 17 00:00:00 2001 From: MET Tools Test Account Date: Sun, 4 Apr 2021 16:57:20 -0600 Subject: [PATCH] Per #1319, this is a hotfix to the develop branch. While running unit_python.xml works via the command line, it fails when run through cron. The problem is the PATH setting. Need to have the anaconda bin directory in the path for it to succeeed. Adding that for the single test. --- test/xml/unit_python.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/xml/unit_python.xml b/test/xml/unit_python.xml index 1c89950159..7ec0585b30 100644 --- a/test/xml/unit_python.xml +++ b/test/xml/unit_python.xml @@ -7,6 +7,7 @@ + @@ -394,6 +395,7 @@ &MET_BIN;/plot_data_plane MET_PYTHON_EXE &MET_PYTHON_EXE; + PATH &ANACONDA_BIN; \ PYTHON_NUMPY \