yaffs Fixed some bugs in quick tests and added some more tests.
[yaffs2.git] / direct / timothy_tests / quick_tests / quick_tests.c
index a943f4d3bce1938c0e7406779721326351f76b67..79a7aae649b682f233e7e95502fe2c3f2df6d45b 100644 (file)
@@ -89,7 +89,7 @@ void quit_quick_tests(int exit_code)
        char message[30];
        message[0]='\0';        
        if (num_of_tests_pass==total_number_of_tests &&  num_of_tests_failed==0){
-               printf("\t OK \n");
+               printf("\t OK --all tests passed\n");
        }
        printf("out of %d tests, %d ran: %d passed and %d failed\n\n\n", total_number_of_tests,(num_of_tests_pass+num_of_tests_failed) ,num_of_tests_pass,num_of_tests_failed);
        yaffs_unmount(YAFFS_MOUNT_POINT);