yaffs direct: Add more tests for valid paths.
[yaffs2.git] / direct / tests / run_fw_update_test_nand.sh
index af926255ecb6a5daa764c4711d79d588cac5248f..70747a1406697e7c4970699aca4df2fef7952f0d 100755 (executable)
@@ -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