aboutsummaryrefslogtreecommitdiffstats
path: root/check
diff options
context:
space:
mode:
authorLukas Czerner <lczerner@redhat.com>2013-07-11 10:38:01 +0000
committerRich Johnston <rjohnston@sgi.com>2013-08-16 09:27:55 -0500
commit9fe92ade36a71322e15fc1a57a3edc4a94c6d2c4 (patch)
tree7f667cdff18c95994cda0b7f022f04e8ab935ca1 /check
parentdcaf8661876c438f31eda196232d950f65648e96 (diff)
downloadxfstests-dev-9fe92ade36a71322e15fc1a57a3edc4a94c6d2c4.tar.gz
xfstests: Allow to specify RESULT_BASE directory
This commit adds the possibility to specify RESULT_BASE directory from the config file, or with environment variable. The default remains the same "$here/results/". Signed-off-by: Lukas Czerner <lczerner@redhat.com> Reviewed-by: Chandra Seetharaman <sekharan@us.ibm.com> Signed-off-by: Rich Johnston <rjohnston@sgi.com>
Diffstat (limited to 'check')
-rwxr-xr-xcheck1
1 files changed, 0 insertions, 1 deletions
diff --git a/check b/check
index 4085eae868..64e9865bfd 100755
--- a/check
+++ b/check
@@ -66,7 +66,6 @@ export FSTYP
SUPPORTED_TESTS="[0-9][0-9][0-9] [0-9][0-9][0-9][0-9]"
SRC_GROUPS="generic shared"
export SRC_DIR="tests"
-export RESULT_BASE=${RESULT_BASE:="$here/results"}
usage()
{