summaryrefslogtreecommitdiff
path: root/local.config.example
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@sandeen.net>2010-09-16 18:07:47 +0000
committerRich Johnston <rjohnston@sgi.com>2012-10-26 10:36:53 -0500
commitac996c6686c622337bb17c36a5fc45759d318226 (patch)
tree28bebbf2992b28d286cdc16fa4228c6d87b63576 /local.config.example
parent9ea06dcee758b1042ca3d94208e2efa02c95d4dd (diff)
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 <sandeen@sandeen.net> Reviewed-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Rich Johnston <rjohnston@sgi.com> Signed-off-by: Rich Johnston <rjohnston@sgi.com>
Diffstat (limited to 'local.config.example')
-rw-r--r--local.config.example10
1 files changed, 10 insertions, 0 deletions
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