X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=direct%2Frun_fw_update_test.sh;fp=direct%2Frun_fw_update_test.sh;h=0000000000000000000000000000000000000000;hb=a90266d26463b8473743165376ba98b04353c64a;hp=8ba15306c644bd60eb0717dc4af95c6489fffa64;hpb=f8021b6b5a5f5d9b407c9be95f96da6999cdc247;p=yaffs2.git diff --git a/direct/run_fw_update_test.sh b/direct/run_fw_update_test.sh deleted file mode 100755 index 8ba1530..0000000 --- a/direct/run_fw_update_test.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash - - -for ((i=0; i < 100000; i++)) -do - - seed=$RANDOM - j=$(( $i % 10 )) - rm seed*$j - echo $seed>seed$i - rm data*$j - cp ynorsimdata data$i - echo "######### Run $i with seed $seed" - ./yaffs_test /M18-1 fw_update $seed -done