]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/run_xfstests.sh: use cloned xfstests repository
authorAlex Elder <elder@inktank.com>
Fri, 11 Jan 2013 18:49:36 +0000 (12:49 -0600)
committerAlex Elder <elder@inktank.com>
Fri, 11 Jan 2013 18:49:36 +0000 (12:49 -0600)
Use our own copy of the xfstests repository rather than hitting
the upstream one repeatedly.

Signed-off-by: Alex Elder <elder@inktank.com>
qa/run_xfstests.sh

index 47288ff142b8ca3ac12e3605237f32fff17683ef..2f350d512a188aab7f82a17673dc22099ee41054 100644 (file)
@@ -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"