Change tests so they can run in parallel in same directory
[yaffs2.git] / direct / tests / run_fw_update_test_nand.sh
index 61baf7fd7d1c1de0be9b882395880f9264f9a3e0..8893d40b02764463f92782def76f654282d1f269 100755 (executable)
@@ -6,8 +6,8 @@ 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 "######### Run $i with seed $seed"