X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftests%2Fyaffs_test.c;fp=direct%2Ftests%2Fyaffs_test.c;h=0030493d9e42747ac5ff89053e999c704b561ae5;hp=421b5b17708b1c4df38e3a4db0ffd7afbea3236a;hb=c4be92d4a7d255f147c5130c12207464a993f8eb;hpb=60882d1d699c66850dee55278ba840744b5f87a3 diff --git a/direct/tests/yaffs_test.c b/direct/tests/yaffs_test.c index 421b5b1..0030493 100644 --- a/direct/tests/yaffs_test.c +++ b/direct/tests/yaffs_test.c @@ -101,7 +101,7 @@ int main(int argc, char **argv) simulate_power_failure = 0; NorStressTestInitialise(mount_point); } else if(do_upgrade){ - printf("Running stress on %s with seed %d\n",argv[1],random_seed); + printf("Running stress on %s with seed %d\n",mount_point,random_seed); NorStressTestRun(mount_point,n_cycles,do_fsx); } else if(do_fsx){ yaffs_fsx_main(mount_point,n_cycles);