From: Alex Elder Date: Fri, 11 Jan 2013 18:49:36 +0000 (-0600) Subject: qa/run_xfstests.sh: use cloned xfstests repository X-Git-Tag: v0.57~157^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=aeb02061deb6d1073b1365df78ba3fde4d8e77aa;p=ceph.git 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 --- diff --git a/qa/run_xfstests.sh b/qa/run_xfstests.sh index 47288ff142b8..2f350d512a18 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"