fixed up all the quick tests
[yaffs2.git] / direct / test-framework / timothy_tests / quick_tests / quick_tests.c
index 6f91ffa2ab4491c63ad012018ba2714fce34feee..c083d03b80a4888d5cf3bd63b0a8e30b4cddc169 100644 (file)
@@ -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 ++;