Add more tracing to tests
[yaffs2.git] / direct / tests / yaffs_test.c
index a0f9bdbd1daf70036d61498b9745970f943c4bad..3b0e62a9ba50dde7e82cc09c12005392fa3d761e 100644 (file)
@@ -51,7 +51,7 @@ void BadUsage(void)
        printf(" n nnn: number of cycles\n");
        printf(" p: simulate power fail testing\n");
        printf(" s sss: set seed\n");
-       printf(" u: do upgrade test\n);
+       printf(" u: do upgrade test\n");
        exit(2);
 }
 
@@ -105,6 +105,7 @@ int main(int argc, char **argv)
 
                yaffs_StartUp();
                yaffs_mount(mount_point);
+               printf("Mount complete\n");
                        
                if(do_upgrade && init_test){
                        simulate_power_failure = 0;