Skip to content

Commit 2725788

Browse files
authored
Merge pull request #12582 from ethereum/use-solcjs-binary-properly
Switch from `solcjs` to `solc.js` in external tests
2 parents b6dbfdf + 2e1383e commit 2725788

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/solc-bin/bytecode_reports_for_modified_binaries.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ for binary_name in $platform_binaries; do
151151
cp "${script_dir}/bytecodecompare/prepare_report.js" prepare_report.js
152152

153153
validate_reported_version \
154-
"$(solc-js/solcjs --version)" \
154+
"$(solc-js/solc.js --version)" \
155155
"$solidity_version_and_commit"
156156

157157
# shellcheck disable=SC2035

test/externalTests/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ function setup_solc
8484
pushd "$install_dir"
8585
npm install
8686
cp "$binary_path" soljson.js
87-
SOLCVERSION=$(./solcjs --version)
87+
SOLCVERSION=$(./solc.js --version)
8888
popd
8989
else
9090
printLog "Setting up solc..."

0 commit comments

Comments
 (0)