[rtems-central commit] spec: Fix variable substitution

Sebastian Huber sebh at rtems.org
Wed Sep 15 06:02:35 UTC 2021


Module:    rtems-central
Branch:    master
Commit:    2c4e35bfbd2f247d2facc85d5ff636c5fc659483
Changeset: http://git.rtems.org/rtems-central/commit/?id=2c4e35bfbd2f247d2facc85d5ff636c5fc659483

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Sep 14 14:32:17 2021 +0200

spec: Fix variable substitution

---

 spec/score/tq/req/fatal-enqueue-sticky-from-bad-state.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/spec/score/tq/req/fatal-enqueue-sticky-from-bad-state.yml b/spec/score/tq/req/fatal-enqueue-sticky-from-bad-state.yml
index 2154ece..0fa3c6d 100644
--- a/spec/score/tq/req/fatal-enqueue-sticky-from-bad-state.yml
+++ b/spec/score/tq/req/fatal-enqueue-sticky-from-bad-state.yml
@@ -14,5 +14,6 @@ text: |
   thread dispatch disable level is not equal to one, if the sticky thread queue
   enqueue is performed, then the system shall terminate with the
   ${/score/interr/if/internal-error-core:/name} fatal source and the
-  ${/score/interr/if/thread-queue-enqueue-sticky-from-bad-state} fatal code.
+  ${/score/interr/if/thread-queue-enqueue-sticky-from-bad-state:/name} fatal
+  code.
 type: requirement



More information about the vc mailing list