From 878b68a26d67eedbbb1d7943b353f01b3d144d4b Mon Sep 17 00:00:00 2001 From: Charles Manning Date: Wed, 28 Apr 2010 08:38:44 +1200 Subject: [PATCH] yaffs: Speed up test script Set tracing to zero so that test script runs faster Signed-off-by: Charles Manning --- direct/tests/run_fw_update_test_nor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2