summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSage Weil <sage@inktank.com>2013-09-26 15:02:18 -0700
committerSage Weil <sage@inktank.com>2013-09-26 15:02:32 -0700
commitcbf0ba22a81d48a2a75d3a5106b7cef0fd4c971b (patch)
tree6e0c56c9001422979e87fa0568cdb1ac4ec52dee
parentb5a3978728d9435a543c00bb718f6e02438285c7 (diff)
downloadceph-cbf0ba22a81d48a2a75d3a5106b7cef0fd4c971b.tar.gz
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 <sage@inktank.com>
-rw-r--r--qa/run_xfstests.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/qa/run_xfstests.sh b/qa/run_xfstests.sh
index f3dffca293f..f9c3e55a79d 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}"