From 398cb7b41d227ddfdb88778d7d6928dbdec3f85a Mon Sep 17 00:00:00 2001 From: Vijai Kumar S Date: Mon, 20 May 2024 20:33:32 +0530 Subject: [PATCH] . --- CI/integration_test.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CI/integration_test.py b/CI/integration_test.py index 6c0dcb0c5..9aa451c9f 100644 --- a/CI/integration_test.py +++ b/CI/integration_test.py @@ -65,6 +65,10 @@ def ExtractInfo(execCommand, fileName): execCommand = os.path.join(root, "../lib3mf_sdk", "Examples", "CppDynamic", "build", "Example_ExtractInfo") + print("Execute once for testing") + os.system(execCommand) + print("Execution done") + positives = [] negatives = []