From 56b9bae150632b5fef6832d8dd77a6d6b32665e3 Mon Sep 17 00:00:00 2001 From: Gary Yendell Date: Mon, 30 Oct 2023 09:53:44 +0000 Subject: [PATCH] Update test ibek command --- tests/test_ioc_instance.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_ioc_instance.sh b/tests/test_ioc_instance.sh index 5f9b6c5..1bd3b2d 100755 --- a/tests/test_ioc_instance.sh +++ b/tests/test_ioc_instance.sh @@ -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