changeset 414:60b3b6fbb259

yaffs: Speed up test script Set tracing to zero so that test script runs faster Signed-off-by: Charles Manning <cdhmanning@gmail.com>
author Charles Manning <cdhmanning@gmail.com>
date Wed, 28 Apr 2010 08:38:44 +1200
parents d94b1449bddc
children 755b89191133
files direct/tests/run_fw_update_test_nor.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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