]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/run_xfstests.sh: use old xfstests until we adapt to new org 646/head
authorSage Weil <sage@inktank.com>
Thu, 26 Sep 2013 22:02:18 +0000 (15:02 -0700)
committerSage Weil <sage@inktank.com>
Thu, 26 Sep 2013 22:02:32 +0000 (15:02 -0700)
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 <sage@inktank.com>
qa/run_xfstests.sh

index f3dffca293f05632b5ce5b82875463cc3881515a..f9c3e55a79d60626f784c8c7412bcf0bb1fecdf8 100644 (file)
@@ -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}"