From: Charles Manning Date: Tue, 27 Apr 2010 20:38:44 +0000 (+1200) Subject: yaffs: Speed up test script X-Git-Tag: pre-name-change~74 X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=commitdiff_plain;h=878b68a26d67eedbbb1d7943b353f01b3d144d4b yaffs: Speed up test script Set tracing to zero so that test script runs faster Signed-off-by: Charles Manning --- diff --git a/direct/tests/run_fw_update_test_nor.sh b/direct/tests/run_fw_update_test_nor.sh index 892f80b..3076622 100755 --- a/direct/tests/run_fw_update_test_nor.sh +++ b/direct/tests/run_fw_update_test_nor.sh @@ -27,5 +27,5 @@ do echo "#########" echo "#########" echo "#########" - ./yaffs_test -u -f -p -s$seed M18-1 + ./yaffs_test -u -f -p -s$seed -t0 M18-1 done