From 87135c31b45475f0695b8cdf809b0bd01708f074 Mon Sep 17 00:00:00 2001 From: Vijai Kumar S Date: Mon, 20 May 2024 20:28:04 +0530 Subject: [PATCH] . --- CI/integration_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/integration_test.py b/CI/integration_test.py index 7a8f307e0..6c0dcb0c5 100644 --- a/CI/integration_test.py +++ b/CI/integration_test.py @@ -63,7 +63,7 @@ def ExtractInfo(execCommand, fileName): root = os.path.dirname(os.path.realpath(__file__)) - execCommand = os.path.join(root, "lib3mf_sdk", "Examples", "CppDynamic", "build", "Example_ExtractInfo") + execCommand = os.path.join(root, "../lib3mf_sdk", "Examples", "CppDynamic", "build", "Example_ExtractInfo") positives = [] negatives = []