# HG changeset patch # User Charles Manning # Date 1272400724 -43200 # Node ID 60b3b6fbb259c36e4263d27b178c0dbcfddd4717 # Parent d94b1449bddcffaf5553f37ced5d5e0acb1ab0df 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 --- 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