summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Durgin <josh.durgin@inktank.com>2013-09-26 16:23:42 -0700
committerJosh Durgin <josh.durgin@inktank.com>2013-09-26 16:23:42 -0700
commit60017e074bcbe67098476d3814bf46672bd2becb (patch)
tree39923321c5ae31afb177ddfdd51a2ed790b9d913
parent86cd7e922a490cf30448bfb90a89b75a9009e7c3 (diff)
parentcbf0ba22a81d48a2a75d3a5106b7cef0fd4c971b (diff)
downloadceph-60017e074bcbe67098476d3814bf46672bd2becb.tar.gz
Merge pull request #646 from liewegas/wip-6385
qa/run_xfstests.sh: use old xfstests until we adapt to new org Reviewed-by: Josh Durgin <josh.durgin@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}"