summaryrefslogtreecommitdiffstats
path: root/do_freebsd.sh
diff options
context:
space:
mode:
authorWillem Jan Withagen <wjw@digiware.nl>2016-10-16 14:28:07 +0200
committerWillem Jan Withagen <wjw@digiware.nl>2016-10-16 14:28:07 +0200
commitec16ced98d3b97964ec72ff77a35f834fc15f26a (patch)
tree02d29c1a3dfac215a07e8d77be3fb6be81f7075b /do_freebsd.sh
parentdo_freebsd.sh: Set options for debug building. (diff)
downloadceph-ec16ced98d3b97964ec72ff77a35f834fc15f26a.tar.xz
ceph-ec16ced98d3b97964ec72ff77a35f834fc15f26a.zip
./do_freebsd.sh: remove pipe to get correct return value
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
Diffstat (limited to 'do_freebsd.sh')
-rwxr-xr-xdo_freebsd.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/do_freebsd.sh b/do_freebsd.sh
index f9e3029cd15..85a7b684f13 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