Skip to content

Commit

Permalink
Update test ibek command
Browse files Browse the repository at this point in the history
  • Loading branch information
GDYendell authored and root committed Nov 7, 2023
1 parent cba6b79 commit 56b9bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ioc_instance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fi

tmpdir=$(mktemp -d)

ibek startup generate ioc.yaml ../../*/*.support.yaml --out ${tmpdir}/st.cmd \
ibek runtime generate ioc.yaml ../../*/*.support.yaml --out ${tmpdir}/st.cmd \
--db-out ${tmpdir}/ioc.db

if not diff ${tmpdir}/st.cmd ./st.cmd || not diff ${tmpdir}/ioc.db ./ioc.db; then
Expand Down

0 comments on commit 56b9bae

Please sign in to comment.