summaryrefslogtreecommitdiffstats
path: root/qa/run_xfstests.sh
diff options
context:
space:
mode:
authorAlex Elder <elder@inktank.com>2013-01-11 19:49:36 +0100
committerAlex Elder <elder@inktank.com>2013-01-11 19:49:36 +0100
commitaeb02061deb6d1073b1365df78ba3fde4d8e77aa (patch)
tree3c32035715abccfbc8af3b478b55120dd0794f68 /qa/run_xfstests.sh
parentrados: add truncate support (diff)
downloadceph-aeb02061deb6d1073b1365df78ba3fde4d8e77aa.tar.xz
ceph-aeb02061deb6d1073b1365df78ba3fde4d8e77aa.zip
qa/run_xfstests.sh: use cloned xfstests repository
Use our own copy of the xfstests repository rather than hitting the upstream one repeatedly. Signed-off-by: Alex Elder <elder@inktank.com>
Diffstat (limited to 'qa/run_xfstests.sh')
-rw-r--r--qa/run_xfstests.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/qa/run_xfstests.sh b/qa/run_xfstests.sh
index 47288ff142b..2f350d512a1 100644
--- a/qa/run_xfstests.sh
+++ b/qa/run_xfstests.sh
@@ -32,7 +32,8 @@ set -e
PROGNAME=$(basename $0)
# xfstests is downloaded from this git repository and then built.
-XFSTESTS_REPO="git://oss.sgi.com/xfs/cmds/xfstests.git"
+# XFSTESTS_REPO="git://oss.sgi.com/xfs/cmds/xfstests.git"
+XFSTESTS_REPO="git://ceph.com/git/xfstests.git"
# Default command line option values
COUNT="1"