Skip to content

Commit

Permalink
ci: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
elopez committed Jan 3, 2025
1 parent e85b3ca commit 3507508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test_solc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ UNINSTALL_PATH=$HOME/.solc-select/artifacts/solc-0.8.1
rm -rf $UNINSTALL_PATH{,.exe} # uninstall solc 0.8.1
execute=$(solc-select use 0.8.1 2>&1 || true)
if [[ $execute != *"'0.8.1' must be installed prior to use"* ]]; then
echo "FAILED: use - no install"
echo "FAILED: use - no install returned $execute"
exit 255
fi
echo "SUCCESS: use - no install"
Expand Down

0 comments on commit 3507508

Please sign in to comment.