[rtems commit] testsuite/psx13: Add linefeed to end of test message.

Chris Johns chrisj at rtems.org
Sat Jan 18 23:38:17 UTC 2014


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

Author:    Chris Johns <chrisj at rtems.org>
Date:      Sun Jan 19 10:42:17 2014 +1100

testsuite/psx13: Add linefeed to end of test message.

The lack of a line feed means the output from the test runs into
the MI protocol on GDB as the broken simulator output currently
is not passing through gdb's MI protocol layer.

---

 testsuites/psxtests/psx13/test.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/testsuites/psxtests/psx13/test.c b/testsuites/psxtests/psx13/test.c
index d0d651d..5158aa3 100644
--- a/testsuites/psxtests/psx13/test.c
+++ b/testsuites/psxtests/psx13/test.c
@@ -572,7 +572,7 @@ int FPathConfTest (void)
     close(fd);
 
     fd = open("testfile1.tst", O_WRONLY);
-    
+
     error = fpathconf(fd, _PC_LINK_MAX);
 
     retval = TRUE;
@@ -718,6 +718,6 @@ int main(
   else
     printf ("\n\nError opening files for write!!!!\n");
 
-  printf( "\n\n*** END OF TEST PSX13 ***" );
+  printf( "\n\n*** END OF TEST PSX13 ***\n" );
   rtems_test_exit(0);
 }




More information about the vc mailing list