From 646b9316f926f2bbdc5b2fb1bbabb90200e3dfe0 Mon Sep 17 00:00:00 2001 From: Cade Call Date: Fri, 20 Dec 2019 10:45:17 -0700 Subject: [PATCH] added vebosity to the tests --- .github/scripts/05-binary-checks.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/scripts/05-binary-checks.sh b/.github/scripts/05-binary-checks.sh index 65c425e730..ab2b60de25 100755 --- a/.github/scripts/05-binary-checks.sh +++ b/.github/scripts/05-binary-checks.sh @@ -3,6 +3,8 @@ OS=${1} GITHUB_WORKSPACE=${2} +export BOOST_TEST_LOG_LEVEL=error + if [[ ${OS} == "windows" ]]; then echo "----------------------------------------" echo "Checking binary security for ${OS}"