X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftimothy_tests%2Fquick_tests%2Fquick_tests.c;fp=direct%2Ftimothy_tests%2Fquick_tests%2Fquick_tests.c;h=1f6a935cfc90af888d7bcd607760d9d833aae8d7;hp=24150823531843bcfb309a4ce5456ad30c78fcf6;hb=6e5c5ad804040f381bb4587970a13e3085c72ca1;hpb=f2d4dfa2c923765689724dc8e9328017e895beb3 diff --git a/direct/timothy_tests/quick_tests/quick_tests.c b/direct/timothy_tests/quick_tests/quick_tests.c index 2415082..1f6a935 100644 --- a/direct/timothy_tests/quick_tests/quick_tests.c +++ b/direct/timothy_tests/quick_tests/quick_tests.c @@ -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); + } + } }