mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
common: export overlay lower/upper/work directories as variables
This turns hard coded lower/upper/work dir names to configurable variables. Suggested-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
@@ -77,6 +77,9 @@ export XFS_MKFS_OPTIONS=${XFS_MKFS_OPTIONS:=-bsize=4096}
|
||||
export TIME_FACTOR=${TIME_FACTOR:=1}
|
||||
export LOAD_FACTOR=${LOAD_FACTOR:=1}
|
||||
export DEBUGFS_MNT=${DEBUGFS_MNT:="/sys/kernel/debug"}
|
||||
export OVERLAY_UPPER_DIR=${OVERLAY_UPPER_DIR:="upper"}
|
||||
export OVERLAY_LOWER_DIR=${OVERLAY_LOWER_DIR:="lower"}
|
||||
export OVERLAY_WORK_DIR=${OVERLAY_WORK_DIR:="work"}
|
||||
|
||||
export PWD=`pwd`
|
||||
#export DEBUG=${DEBUG:=...} # arbitrary CFLAGS really.
|
||||
|
||||
Reference in New Issue
Block a user