Skip to content

Commit

Permalink
Debug
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 28, 2024
1 parent 29c4533 commit bbef98b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions contrib/build-static.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +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"

bins="unit-test integration-test raft-core-fuzzy-test raft-core-integration-test raft-core-unit-test raft-uv-integration-test raft-uv-unit-test"
make -j $bins
for bin in $bins; do ./$bin 2>&1 | tee -a test-suite.log || touch any-failed; done
test '!' -e any-failed
make unit-test
./unit-test
)
fi

0 comments on commit bbef98b

Please sign in to comment.