From e64ef44802cdf84d1f5681fa0e060ac4bc9637ad Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Fri, 7 Feb 2025 18:12:35 -0800 Subject: [PATCH] fix --- demos/shared/test_runner/run_demo_tests.sh | 4 ++-- tests/e2e/run_e2e_tests.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/demos/shared/test_runner/run_demo_tests.sh b/demos/shared/test_runner/run_demo_tests.sh index 1cc9bed1..14f0af15 100644 --- a/demos/shared/test_runner/run_demo_tests.sh +++ b/demos/shared/test_runner/run_demo_tests.sh @@ -10,10 +10,10 @@ do cd ../../samples_python/$demo archgw up arch_config.yaml docker compose up -d - cd ../shared/test_runner + cd ../../shared/test_runner TEST_DATA=../../samples_python/$demo/test_data.yaml poetry run pytest cd ../../samples_python/$demo archgw down docker compose down -v - cd ../shared/test_runner + cd .././shared/test_runner done diff --git a/tests/e2e/run_e2e_tests.sh b/tests/e2e/run_e2e_tests.sh index 28594c52..c87af4f8 100644 --- a/tests/e2e/run_e2e_tests.sh +++ b/tests/e2e/run_e2e_tests.sh @@ -68,6 +68,6 @@ archgw down log shutting down the weather_forecast demo log ======================================= -cd ../../demos/weather_forecast +cd ../../demos/samples_python/weather_forecast docker compose down cd -