From: Willem Jan Withagen Date: Sun, 16 Oct 2016 12:28:07 +0000 (+0200) Subject: ./do_freebsd.sh: remove pipe to get correct return value X-Git-Tag: v11.1.0~629^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F11443%2Fhead;p=ceph.git ./do_freebsd.sh: remove pipe to get correct return value Signed-off-by: Willem Jan Withagen --- diff --git a/do_freebsd.sh b/do_freebsd.sh index f9e3029cd158..85a7b684f139 100755 --- a/do_freebsd.sh +++ b/do_freebsd.sh @@ -27,6 +27,6 @@ rm -rf build && ./do_cmake.sh "$*" \ 2>&1 | tee cmake.log cd build -gmake -j$NPROC V=1 VERBOSE=1 | tee build.log 2>&1 -gmake -j$NPROC check CEPH_BUFFER_NO_BENCH=yes | tee check.log 2>&1 +gmake -j$NPROC V=1 VERBOSE=1 +gmake -j$NPROC check CEPH_BUFFER_NO_BENCH=yes