From f67745876841b6081bf0b9260cedca1980fcc20a Mon Sep 17 00:00:00 2001 From: Lalit Kumar Bhasin Date: Thu, 17 Oct 2024 21:30:14 -0700 Subject: [PATCH] fix integration test (#2219) --- scripts/integration_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/integration_tests.sh b/scripts/integration_tests.sh index 361098a5fc..acdf61bbb9 100755 --- a/scripts/integration_tests.sh +++ b/scripts/integration_tests.sh @@ -1 +1 @@ -cargo test ./opentelemetry-otlp/tests/integration_test/tests -- --ignored +cd ./opentelemetry-otlp/tests/integration_test/tests && cargo test -- --ignored