summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-11-19 13:25:13 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-11-19 13:29:28 +0100
commit1072bef4a5698be23a01b2cc71721704d3929b87 (patch)
tree17a65d376532ca7abb1cb225ded8293408b68af1
parentmodules: Update rtems (diff)
downloadrtems-central-1072bef4a5698be23a01b2cc71721704d3929b87.tar.bz2
spec: Fix infinite loop after test suite end
-rw-r--r--spec/score/val/fatal.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/score/val/fatal.yml b/spec/score/val/fatal.yml
index 8521c619..442b758d 100644
--- a/spec/score/val/fatal.yml
+++ b/spec/score/val/fatal.yml
@@ -124,7 +124,6 @@ test-actions:
T_eq_ulong( ctx->code, INTERNAL_ERROR_THREAD_QUEUE_DEADLOCK );
RestoreRunnerPriority();
- SetFatalHandler( NULL, NULL );
sc = rtems_extension_delete( extension_id );
T_rsc_success( sc );
@@ -294,6 +293,7 @@ test-support: |
void *arg
)
{
+ SetFatalHandler( NULL, NULL );
Fatal( source, code, arg );
longjmp( before_fatal, 1 );
}