From 4a50bccb48a86667486b5f3e0019f0291884f925 Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Fri, 14 Mar 2025 18:00:05 -0700 Subject: [PATCH] fix hurl tests --- demos/shared/test_runner/run_demo_tests.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/demos/shared/test_runner/run_demo_tests.sh b/demos/shared/test_runner/run_demo_tests.sh index 67d5c444..e504e572 100644 --- a/demos/shared/test_runner/run_demo_tests.sh +++ b/demos/shared/test_runner/run_demo_tests.sh @@ -10,9 +10,7 @@ do cd ../../samples_python/$demo archgw up arch_config.yaml docker compose up -d - cd ../../shared/test_runner hurl --test hurl_tests - cd ../../samples_python/$demo archgw down docker compose down -v cd ../../shared/test_runner