Replace test scrips with nand and nor versions
[yaffs2.git] / direct / tests / run_fw_update_test_nand.sh
1 #!/bin/bash
2
3
4 for ((i=0; i < 100000; i++))  
5 do
6
7    seed=$RANDOM   
8    j=$(( $i % 10 ))
9    rm seed*$j
10    echo $seed>seed-for-run-$i
11    rm emfile-2k-0-*$j
12    cp emfile-2k-0 emfile-2k-0-$i
13    echo "######### Run $i with seed $seed"
14    ./yaffs_test -u -p -s$seed yaffs2
15 done