yaffs Found the bug.
[yaffs2.git] / direct / timothy_tests / quick_tests / quick_tests.c
index 0dfe000fdf7b9178282b3d60d32b9ca2a4ba5ba9..9fcc0374de5d6804243fac26a85d012ed08fdb7b 100644 (file)
@@ -33,11 +33,8 @@ int main(int argc, char *argv[]){
 
        init_quick_tests(argc, argv);
        print_message("\n\nrunning quick tests for yaffs\n\n", 0);
-       //printf("testing yaffs\n");
 
-       //printf("len function %d",(sizeof(test_list)/sizeof(test_template)));
        for (x=0;x<total_number_of_tests;x++){
-               //printf("x %d\n",x);
                yaffs_set_error(0);     /*reset the last error to 0 */
                sprintf(message,"\nrunning test: %s \n",test_list[x].name_of_test);
                print_message(message,3);