Have updated yaffs direct tests and added README files to the tests.
[yaffs2.git] / direct / tests / launch_tests.sh
index 1005ff28b69b4e3883ae4bfbdbc18a3ce8325386..779fa48c5301406c162355e8460be59888d21003 100755 (executable)
@@ -10,8 +10,12 @@ iterations=100000
 LAUNCHDIR=`pwd`
 RUNDIR=`pwd`/tmp
 mkdir $RUNDIR
-sudo mount -t tmpfs none $RUNDIR
+
+if [ -z "$(mount | grep $RUNDIR)" ]; then
+sudo mount -t tmpfs -osize=2G none $RUNDIR
 sudo chmod a+wr $RUNDIR
+fi
+