]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
./do_freebsd.sh: remove pipe to get correct return value 11443/head
authorWillem Jan Withagen <wjw@digiware.nl>
Sun, 16 Oct 2016 12:28:07 +0000 (14:28 +0200)
committerWillem Jan Withagen <wjw@digiware.nl>
Sun, 16 Oct 2016 12:28:07 +0000 (14:28 +0200)
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
do_freebsd.sh

index f9e3029cd158b38d596bf3cde63cc7f316033853..85a7b684f139c7d8efef3d29a0920fa49e391791 100755 (executable)
@@ -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