cmdlineTests.sh: More descriptive message about used binary path

This commit is contained in:
Kamil Śliwak 2021-09-15 15:31:20 +02:00
parent 67eed76aac
commit b077ef46e2

View File

@ -85,7 +85,7 @@ case "$OSTYPE" in
SOLC="${SOLIDITY_BUILD_DIR}/solc/solc"
;;
esac
echo "${SOLC}"
echo "Using solc binary at ${SOLC}"
INTERACTIVE=true
if ! tty -s || [ "$CI" ]