cmdlineTests.sh: More descriptive message about used binary path

This commit is contained in:
Kamil Śliwak
2021-09-15 16:49:25 +02:00
parent 67eed76aac
commit b077ef46e2
+1 -1
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" ]