Skip to content

Commit

Permalink
Update to get latest ModelC with fix for E2E tests.
Browse files Browse the repository at this point in the history
Signed-off-by: Rule Timothy (VM/EMT3) <[email protected]>
  • Loading branch information
timrulebosch committed Sep 23, 2024
1 parent c9a82de commit 97d4621
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export DSE_CLIB_VERSION ?= 1.0.18

###############
## DSE Model C Library
export DSE_MODELC_VERSION ?= 2.1.0
export DSE_MODELC_VERSION ?= 2.1.1


###############
Expand Down
1 change: 1 addition & 0 deletions tests/testscript/e2e/fmimodelc_network_fmu.txtar
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ stdout 'Importer: \[9\] F8u:'
SIMER="${SIMER:-ghcr.io/boschglobal/dse-simer:latest}"
docker run --name simer -i --rm \
-v $ENTRYDIR/$SIM:/sim \
--env SIMBUS_LOGLEVEL=4 \
--entrypoint="" $SIMER \
bash -c "cd fmu; valgrind -q --leak-check=yes --error-exitcode=808 \
../bin/fmi2importer lib/linux-amd64/libfmi2modelcfmu.so"

0 comments on commit 97d4621

Please sign in to comment.