From: Sage Weil Date: Thu, 26 Sep 2013 22:02:18 +0000 (-0700) Subject: qa/run_xfstests.sh: use old xfstests until we adapt to new org X-Git-Tag: mark-v0.70-wip~16^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F646%2Fhead;p=ceph.git qa/run_xfstests.sh: use old xfstests until we adapt to new org Tests were rearranged upstream; use an old version for the time being until we can refactor run_xfstests.sh to cope. See #6385 Signed-off-by: Sage Weil --- diff --git a/qa/run_xfstests.sh b/qa/run_xfstests.sh index f3dffca293f0..f9c3e55a79d6 100644 --- a/qa/run_xfstests.sh +++ b/qa/run_xfstests.sh @@ -276,6 +276,9 @@ function install_xfstests() { cd xfstests + # FIXME: use an older version before the tests were rearranged! + git reset --hard e5f1a13792f20cfac097fef98007610b422f2cac + ncpu=$(getconf _NPROCESSORS_ONLN 2>&1) [ -n "${ncpu}" -a "${ncpu}" -gt 1 ] && multiple="-j ${ncpu}"