yaffs Found and fixed the bugs in quick tests.
[yaffs2.git] / direct / timothy_tests / quick_tests / quick_tests.c
index 71a11f89f6e6c28ce5387d1139ae14c2ca0a88e5..24150823531843bcfb309a4ce5456ad30c78fcf6 100644 (file)
@@ -31,7 +31,7 @@ int main(){
 
        unsigned int x=0;       
        init_quick_tests();
-       printf("\n\nrunning quick tests for yaffs\n");
+       printf("\n\nrunning quick tests for yaffs\n\n");
        //printf("testing yaffs\n");
 
        //printf("len function %d",(sizeof(test_list)/sizeof(test_template)));
@@ -50,6 +50,7 @@ int main(){
                        num_of_tests_failed ++; 
 
                        if (EXIT_ON_ERROR){
+                               get_error();
                                printf("\n\n");
                                quit_quick_tests(1);
                        }
@@ -79,9 +80,6 @@ void quit_quick_tests(int exit_code){
        if (num_of_tests_pass==total_number_of_tests &&  num_of_tests_failed==0){
                printf("\t OK \n");
        }
-       else {
-               get_error();
-       }
        printf("tests: %d passed %d failed\n\n\n",num_of_tests_pass,num_of_tests_failed);
        yaffs_unmount(YAFFS_MOUNT_POINT);
        exit(exit_code);