From: ur10 <utkarsh.ra...@gmail.com>

---
 testsuites/samples/hello/init.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c
index 34ded37c55..e2a4f30cd1 100644
--- a/testsuites/samples/hello/init.c
+++ b/testsuites/samples/hello/init.c
@@ -14,7 +14,7 @@
 #include <rtems.h>
 #include <tmacros.h>
 
-const char rtems_test_name[] = "HELLO WORLD";
+const char rtems_test_name[] = "Proof of concept";
 
 static rtems_task Init(
   rtems_task_argument ignored
@@ -22,7 +22,7 @@ static rtems_task Init(
 {
   rtems_print_printer_fprintf_putc(&rtems_test_printer);
   TEST_BEGIN();
-  printf( "Hello World\n" );
+  printf( "******************Hello RTEMS Community *********************** \n" 
);
   TEST_END();
   rtems_test_exit( 0 );
 }
-- 
2.17.1

_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to