Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
3
-
9223372036854775807
Description
$REFORMAT is defined in test-framework.sh and used in the following code:
if ! is_mounted $MOUNT && ! is_mounted $MOUNT2; then [ "$REFORMAT" ] && formatall # setupall mounts both MOUNT and MOUNT2 (if MOUNT_2 is set)
There is an issue that even if we set "REFORMAT=no", it will still format all.
I will submit a patch to fix it.