Skip to content

Commit

Permalink
update to latest ibek
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Oct 30, 2023
1 parent e82849d commit 4aff7b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Dockerfile.adsimdetector
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG REGISTRY=ghcr.io/epics-containers

FROM ${REGISTRY}/epics-base-${TARGET_ARCHITECTURE}-developer:${BASE} AS developer

RUN pip install --upgrade ibek==1.4.0
RUN pip install --upgrade ibek==1.4.1

# In a devcontainer this folder is mounted on the host's clone of ioc-adsimdetector
WORKDIR /epics/ioc-adsimdetector/ibek-support
Expand Down
2 changes: 1 addition & 1 deletion tests/test_ioc_instance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ibek startup generate ioc.yaml ../../*/*.support.yaml --out ${tmpdir}/st.cmd \
--db-out ${tmpdir}/ioc.db

if ! diff ${tmpdir}/st.cmd ./st.cmd || ! diff ${tmpdir}/ioc.db ./ioc.db; then
echo "ERROR: Generated files st.cmd / db.subst differ from expected"
echo "ERROR: Generated files st.cmd / ioc.subst differ from expected"
exit 1
fi

Expand Down

0 comments on commit 4aff7b9

Please sign in to comment.