diff options
author | Alex Elder <elder@inktank.com> | 2013-01-11 19:49:36 +0100 |
---|---|---|
committer | Alex Elder <elder@inktank.com> | 2013-01-11 19:49:36 +0100 |
commit | aeb02061deb6d1073b1365df78ba3fde4d8e77aa (patch) | |
tree | 3c32035715abccfbc8af3b478b55120dd0794f68 /qa/run_xfstests.sh | |
parent | rados: add truncate support (diff) | |
download | ceph-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.sh | 3 |
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" |