Re-enable OS X tests to see what's going wrong

This commit is contained in:
lbrynaut 2018-07-14 14:46:25 -05:00 committed by Umpei Kay Kurokawa
parent b9a1b60555
commit 84542d98d1

View file

@ -360,12 +360,13 @@ function build_lbrycrd() {
LDFLAGS="${LDFLAGS}" \ LDFLAGS="${LDFLAGS}" \
CPPFLAGS="${CPPFLAGS}" >> "${LBRYCRD_LOG}" 2>&1 CPPFLAGS="${CPPFLAGS}" >> "${LBRYCRD_LOG}" 2>&1
background make "${LBRYCRD_LOG}" "Waiting for lbrycrd to finish building" background make "${LBRYCRD_LOG}" "Waiting for lbrycrd to finish building"
# tests don't work on OSX. Should definitely figure out why # Looking into this error on OS X
# that is but, for now, not letting that stop the rest ## tests don't work on OSX. Should definitely figure out why
# of the build ## that is but, for now, not letting that stop the rest
if [ "${OS_NAME}" = "linux" ]; then ## of the build
src/test/test_lbrycrd #if [ "${OS_NAME}" = "linux" ]; then
fi src/test/test_lbrycrd
#fi
strip src/lbrycrdd strip src/lbrycrdd
strip src/lbrycrd-cli strip src/lbrycrd-cli
strip src/lbrycrd-tx strip src/lbrycrd-tx