run-tests: work around race bug in block2mtd.
*.conf (DELAY): reduce default delay to 0.1 seconds.
esac
# delay between each test (in seconds, optional)
-DELAY=1
+DELAY=0.1
# Echo the command being executed to a file/device (optional) This is useful
# when unionfs printk's some debugging output which may go to a log file,
esac
# delay between each test (in seconds or fractions thereof, optional)
-DELAY=0.5
+DELAY=0.1
# Echo the command being executed to a file/device (optional) This is useful
# when unionfs printk's some debugging output which may go to a log file,
jffs2 )
runcmd modprobe mtdblock
runcmd modprobe block2mtd block2mtd=$dev,128ki
+ runcmd sync # work around race bug in block2mtd
runcmd mount -t $fs /dev/mtdblock$i /n/lower/b$i
;;
reiserfs )
function afterfiles_rw {
cat <<FILES
f $LOWER_DIR0/y
-
f $LOWER_DIR0/d1/x
+d $LOWER_DIR0/d1/d2/d3
+d $LOWER_DIR0/d1/d2/d3/d4
+f $LOWER_DIR0/d1/d2/d3/d4/d
-f $LOWER_DIR2/d1/d2/d3/d4/d
+f $LOWER_DIR2/d1/d2/d3/d4/.wh.d
FILES
}
esac
# delay between each test (in seconds, optional)
-DELAY=0.125
+DELAY=0.1
# Echo the command being executed to a file/device (optional) This is useful
# when unionfs printk's some debugging output which may go to a log file,