[rtems commit] sptests/spfatal07: Fix end of test message

Sebastian Huber sebh at rtems.org
Wed Sep 10 13:02:17 UTC 2014


Module:    rtems
Branch:    master
Commit:    e09f8b0808c8d7f56d2038baf6b7ce9d4f81f7fc
Changeset: http://git.rtems.org/rtems/commit/?id=e09f8b0808c8d7f56d2038baf6b7ce9d4f81f7fc

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Sep 10 14:46:03 2014 +0200

sptests/spfatal07: Fix end of test message

---

 testsuites/sptests/spfatal07/testcase.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/testsuites/sptests/spfatal07/testcase.h b/testsuites/sptests/spfatal07/testcase.h
index e18563c..5ccaaa4 100644
--- a/testsuites/sptests/spfatal07/testcase.h
+++ b/testsuites/sptests/spfatal07/testcase.h
@@ -49,8 +49,8 @@ void force_error()
     printk(
       "WARNING - Test not applicable on this target architecture.\n"
       "WARNING - Only applicable when CPU_ALLOCATE_INTERRUPT_STACK == TRUE.\n"
-      "*** END OF TEST FATAL " FATAL_ERROR_TEST_NAME " ***\n"
     );
+    rtems_test_endk();
     rtems_test_exit(0);
   #endif
 }



More information about the vc mailing list