X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftests%2Frun_fw_update_test_nand.sh;h=70747a1406697e7c4970699aca4df2fef7952f0d;hp=af926255ecb6a5daa764c4711d79d588cac5248f;hb=570d9b811895119f6b3411678cbdcaa27226f403;hpb=cd04da67cfa93b6cee577a807a0cf12aa92b3b2f diff --git a/direct/tests/run_fw_update_test_nand.sh b/direct/tests/run_fw_update_test_nand.sh index af92625..70747a1 100755 --- a/direct/tests/run_fw_update_test_nand.sh +++ b/direct/tests/run_fw_update_test_nand.sh @@ -16,6 +16,8 @@ do seed=$RANDOM j=$(( $i % 10 )) + + rm -f log-nand-*$j rm -f seed-nand-*$j echo $seed>seed-nand-for-run-$i @@ -36,5 +38,5 @@ do echo "#########" echo "#########" echo "#########" - ./yaffs_test -u -f -p -s$seed -t 0 yaffs2 + ./yaffs_test -u -f -p -s$seed -t 0 yaffs2 >log-nand-$i done