Skip to content

Commit

Permalink
./do_freebsd.sh: remove pipe to get correct return value
Browse files Browse the repository at this point in the history
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
  • Loading branch information
wjwithagen committed Oct 16, 2016
1 parent ea708e7 commit ec16ced
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions do_freebsd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ec16ced

Please sign in to comment.