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=e5ce2d7600045c67d71e904c25aae66910fc76d9;hp=61baf7fd7d1c1de0be9b882395880f9264f9a3e0;hb=2743dc68063b6c83dce3a3b07e78d941fd6feeb2;hpb=b63b7692c4cac9a22bf734df859c64d93b5f0878 diff --git a/direct/tests/run_fw_update_test_nand.sh b/direct/tests/run_fw_update_test_nand.sh index 61baf7f..e5ce2d7 100755 --- a/direct/tests/run_fw_update_test_nand.sh +++ b/direct/tests/run_fw_update_test_nand.sh @@ -6,10 +6,12 @@ do seed=$RANDOM j=$(( $i % 10 )) - rm seed*$j - echo $seed>seed-for-run-$i + rm seed-nand-*$j + echo $seed>seed-nand-for-run-$i rm emfile-2k-0-*$j cp emfile-2k-0 emfile-2k-0-$i + echo + echo echo "######### Run $i with seed $seed" ./yaffs_test -u -f -p -s$seed yaffs2 done