We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b71b37 commit 957c2acCopy full SHA for 957c2ac
bolt/utils/bughunter.sh
@@ -131,7 +131,7 @@ if [[ $FAIL -eq "0" ]]; then
131
fi
132
else
133
echo "Did it pass? Type the return code [0 = pass, 1 = fail]"
134
- read -n1 PASS
+ read -n1 FAIL
135
136
if [[ $FAIL -eq "0" ]] ; then
137
echo " Warning: optimized binary passes."
@@ -205,7 +205,7 @@ while [[ "$CONTINUE" -ne "0" ]] ; do
205
echo " OPTIMIZED_BINARY failure=$FAIL"
206
207
208
209
210
211
FAIL=1
0 commit comments