Skip to content

Commit

Permalink
cmdlineTests.sh: More descriptive message about used binary path
Browse files Browse the repository at this point in the history
  • Loading branch information
cameel committed Sep 15, 2021
1 parent 67eed76 commit b077ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cmdlineTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
Expand Down

0 comments on commit b077ef4

Please sign in to comment.