From 64e733799151018e97e084654dd36a892ad11596 Mon Sep 17 00:00:00 2001 From: Bill Hamilton Date: Wed, 2 May 2018 18:37:56 +0000 Subject: [PATCH] Centos: modified eosio_build_centos.sh to run with updated eosio_build.sh variables --- eosio_build.sh | 3 +++ scripts/eosio_build_centos.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/eosio_build.sh b/eosio_build.sh index b4d1348eb..6ab290a57 100755 --- a/eosio_build.sh +++ b/eosio_build.sh @@ -199,6 +199,9 @@ . "$FILE" printf "\\n\\n>>>>>>>> ALL dependencies sucessfully found or installed . Installing EOS.IO\\n\\n" + printf ">>>>>>>> CMAKE_BUILD_TYPE=%s\\n" "${CMAKE_BUILD_TYPE}" + printf ">>>>>>>> ENABLE_COVERAGE_TESTING=%s\\n" "${ENABLE_COVERAGE_TESTING}" + printf ">>>>>>>> DOXYGEN=%s\\n\\n" "${DOXYGEN}" if [ ! -d "${BUILD_DIR}" ]; then if ! mkdir -p "${BUILD_DIR}" diff --git a/scripts/eosio_build_centos.sh b/scripts/eosio_build_centos.sh index 6973ae4ed..55f9a4b06 100644 --- a/scripts/eosio_build_centos.sh +++ b/scripts/eosio_build_centos.sh @@ -463,6 +463,6 @@ mongodconf printf "\n\t$( which mongod ) -f ${MONGOD_CONF} &\n" printf "\tsource /opt/rh/python33/enable\n" printf '\texport PATH=${HOME}/opt/mongodb/bin:$PATH\n' - printf "\tcd ${HOME}/eos/build; make test\n\n" + printf "\tcd ${BUILD_DIR}; make test\n\n" return 0 } \ No newline at end of file -- GitLab