From: Eric Sandeen Date: Thu, 16 Sep 2010 18:07:47 +0000 (+0000) Subject: xfstests: add local.config example X-Git-Tag: v2022.05.01~3577 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ac996c6686c622337bb17c36a5fc45759d318226;p=xfstests-dev.git xfstests: add local.config example I think it'd be useful to have a local.config template in the git repo, to avoid having to re-read the README each time to remember the required environment variable names. Thoughts? Am I just lazy? :) Signed-off-by: Eric Sandeen Reviewed-by: Dave Chinner Reviewed-by: Rich Johnston Signed-off-by: Rich Johnston --- diff --git a/local.config.example b/local.config.example new file mode 100644 index 00000000..67318ab1 --- /dev/null +++ b/local.config.example @@ -0,0 +1,10 @@ +# Ideally define at least these 4 to match your environment +# The first 2 are required. +# See README for other variables which can be set. +# +# Note: SCRATCH_DEV >will< get overwritten! + +export TEST_DEV=/dev/sdX1 +export TEST_DIR=/mnt/test +export SCRATCH_DEV=/dev/sdX2 +export SCRATCH_MNT=/mnt/scratch