From: Yazen Ghannam Date: Thu, 30 Apr 2015 02:46:45 +0000 (-0400) Subject: Workunits : suites/pjd.sh : Do make clean so make can build on current arch. X-Git-Tag: v9.0.3~72^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F5179%2Fhead;p=ceph.git Workunits : suites/pjd.sh : Do make clean so make can build on current arch. Signed-off-by: Yazen Ghannam --- diff --git a/qa/workunits/suites/pjd.sh b/qa/workunits/suites/pjd.sh index 0f69de6b396e..c8089e8396ff 100755 --- a/qa/workunits/suites/pjd.sh +++ b/qa/workunits/suites/pjd.sh @@ -6,6 +6,7 @@ set -e wget http://ceph.com/qa/pjd-fstest-20090130-RC-aclfixes.tgz tar zxvf pjd*.tgz cd pjd* +make clean make cd .. mkdir tmp