X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftest-framework%2Ftimothy_tests%2Fquick_tests%2Fquick_tests.c;fp=direct%2Ftest-framework%2Ftimothy_tests%2Fquick_tests%2Fquick_tests.c;h=c083d03b80a4888d5cf3bd63b0a8e30b4cddc169;hp=6f91ffa2ab4491c63ad012018ba2714fce34feee;hb=a175efe13e14f1be10ed4691cd1b8eee32abc046;hpb=17c2897913447766bfd88fd49ca897821a3d2205 diff --git a/direct/test-framework/timothy_tests/quick_tests/quick_tests.c b/direct/test-framework/timothy_tests/quick_tests/quick_tests.c index 6f91ffa..c083d03 100644 --- a/direct/test-framework/timothy_tests/quick_tests/quick_tests.c +++ b/direct/test-framework/timothy_tests/quick_tests/quick_tests.c @@ -81,8 +81,8 @@ void run_test(int x) int y= 0; char message[200]; message[0]='\0'; - printf ("making test dir %d\n",yaffs_mkdir(TEST_DIR,S_IWRITE | S_IREAD)); + yaffs_mkdir(TEST_DIR,S_IWRITE | S_IREAD); yaffs_set_error(0); /*reset the last error to 0 */ //printf("foo exists %d\n",test_yaffs_open()); sprintf(message,"\nrunning test: %s \n",test_list[x].name_of_test); @@ -95,7 +95,7 @@ void run_test(int x) num_of_tests_pass++; } else { /*test is assumed to have failed*/ - //printf("test failed\n"); + printf("test failed\n"); sprintf(message,"test: %s failed\n",test_list[x].name_of_test); print_message(message,1); num_of_tests_failed ++;