From ca2538896cb597cc70b69af320b722daa012356f Mon Sep 17 00:00:00 2001 From: lb584 <lb584@cam.ac.uk> Date: Mon, 22 Jul 2024 13:53:48 +0100 Subject: [PATCH] modifications to test runner --- tests/integration/partial/run_test_suite.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/partial/run_test_suite.sh b/tests/integration/partial/run_test_suite.sh index c360b60..dd8f5d9 100755 --- a/tests/integration/partial/run_test_suite.sh +++ b/tests/integration/partial/run_test_suite.sh @@ -15,7 +15,7 @@ met_processor=$PACKAGES_DIR/environmental_suitability plotting=$PACKAGES_DIR/plotting post_processing=$PACKAGES_DIR/post_processing source_gen=$PACKAGES_DIR/source_gen -coordinator=$PACKAGES_DIR/coordinator/coordinator +coordinator=$PACKAGES_DIR/coordinator coordinator_tests=$PACKAGES_DIR/coordinator/tests export PYTHONPATH=$PYTHONPATH:$epimodel:$advisory:$met_processing:$met_processor:$plotting:$source_gen:$post_processing:$coordinator:$coordinator_tests -- GitLab