Skip to content

Commit

Permalink
Show failures
Browse files Browse the repository at this point in the history
Signed-off-by: Cole Miller <[email protected]>
  • Loading branch information
cole-miller committed Aug 27, 2024
1 parent 46b8207 commit 0c0b52a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/build-static.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ if [ ! -f "${BUILD_DIR}/dqlite/libdqlite.la" ]; then
./configure --disable-shared --enable-build-raft --prefix="${INSTALL_DIR}" \
CFLAGS="${CFLAGS} -I${INSTALL_DIR}/musl/include"

make -j check
make -j check || (cat test-suite.log && false)
make install
)
fi

0 comments on commit 0c0b52a

Please sign in to comment.