From cbf0ba22a81d48a2a75d3a5106b7cef0fd4c971b Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 26 Sep 2013 15:02:18 -0700 Subject: [PATCH] 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 --- qa/run_xfstests.sh | 3 +++ 1 file changed, 3 insertions(+) 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}" -- 2.47.3