yaffs Updated quick tests' README.
[yaffs2.git] / direct / timothy_tests / quick_tests / quick_tests.c
index 24150823531843bcfb309a4ce5456ad30c78fcf6..1f6a935cfc90af888d7bcd607760d9d833aae8d7 100644 (file)
@@ -65,7 +65,12 @@ int main(){
                        printf("test: %s failed to clean\n",test_list[x].name_of_test);         
                        num_of_tests_failed ++; 
                        num_of_tests_pass--;
-                       quit_quick_tests(1);
+                       get_error();
+                       printf("\n\n");
+                       if (EXIT_ON_ERROR){
+                               quit_quick_tests(1);
+                       }
+                       
                }
                        
        }