Merge branch 'big-files': Merge in large file support
[yaffs2.git] / direct / tests / manage_nand_test.sh
index 0d02f137abb4d250896c758a808faff0aaa57430..7944873245f2d039ea093e1505fa3047ca2ec0a9 100755 (executable)
@@ -3,14 +3,24 @@
 dir_id=-none
 [ -z $1 ] || dir_id=$1
 
-RUNDIR=`pwd`/tmpnand$dir_id
+iterations=100000
+
+[ -z $2 ]  || iterations=$2
+
+STARTDIR=`pwd`
+RUNDIR=`pwd`/tmp/nand-$dir_id
 mkdir $RUNDIR
-sudo mount -t tmpfs none $RUNDIR
-sudo chmod a+wr $RUNDIR
 cd $RUNDIR
-cp ../*sh .
-ln -s ../yaffs_test yaffs_test
+cp $STARTDIR/*sh .
+ln -s $STARTDIR/yaffs_test yaffs_test
 
 ./init_fw_update_test_nand.sh
-./run_fw_update_test_nand.sh
+./run_fw_update_test_nand.sh $iterations
+
 
+echo "!!!!!!!!!!!"
+echo "Tests done"
+while true
+do
+       sleep 10
+done