From: charles Date: Tue, 3 Nov 2009 01:30:12 +0000 (+0000) Subject: Add more tracing to tests X-Git-Tag: pre-name-change~179 X-Git-Url: https://yaffs.net/gitweb/?a=commitdiff_plain;h=cd2494eb5bb48ca29f4a31b375ceea70245c534e;p=yaffs2.git Add more tracing to tests --- diff --git a/direct/tests/yaffs_fsx.c b/direct/tests/yaffs_fsx.c index 54f5360..aa234cd 100644 --- a/direct/tests/yaffs_fsx.c +++ b/direct/tests/yaffs_fsx.c @@ -885,6 +885,8 @@ yaffs_fsx_init(const char *mount_pt) } else check_trunc_hack(); + printf("yaffs_fsx_init done\n"); + return 0; } diff --git a/direct/tests/yaffs_test.c b/direct/tests/yaffs_test.c index a0f9bdb..3b0e62a 100644 --- a/direct/tests/yaffs_test.c +++ b/direct/tests/yaffs_test.c @@ -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;