X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=direct%2Ftimothy_tests%2Flinux_tests%2Flinux_test.c;h=429e74fac5d0c5f9e9335382e2f852bd39ad2a72;hb=8cbfc1e273db791447911631e80c0495c6171ca8;hp=88732ad66a69b9931e7c98cdafd80541f80c3b22;hpb=79333a6e009cc468a6c15ff1077f3bc389fd85e9;p=yaffs2.git diff --git a/direct/timothy_tests/linux_tests/linux_test.c b/direct/timothy_tests/linux_tests/linux_test.c index 88732ad..429e74f 100644 --- a/direct/timothy_tests/linux_tests/linux_test.c +++ b/direct/timothy_tests/linux_tests/linux_test.c @@ -47,7 +47,7 @@ void init(int argc, char *argv[]) sprintf(message,"seeding srand with: %d\n",x); print_message(2,message); srand(x); - yaffs_set_trace(0); + do { @@ -155,7 +155,7 @@ dir_struct * scan_dir(void) dir->path_list->string=malloc(strlen(dir_data->d_name)+1); strcpy(dir->path_list->string,dir_data->d_name); sprintf(message,"opened file: %s\n",dir->path_list->string); - print_message(3,message); + print_message(5,message); dir_data=readdir(open_dir); } closedir(open_dir);