Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaiaeroastro committed May 20, 2024
1 parent 16de515 commit 87135c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CI/integration_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit 87135c3

Please sign in to comment.