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.
2 parents 2a4def8 + 1fd92a7 commit ffddf1dCopy full SHA for ffddf1d
.github/bc-test.sh
@@ -30,7 +30,7 @@ OUTPUT=`echo "$OUTPUT" | sed '/Method __toString() was added to interface Github
30
BC_BREAKS=`echo "$OUTPUT" | grep -o '\[BC\]' | wc -l | awk '{ print $1 }'`
31
32
# The last row of the output is "X backwards-incompatible changes detected". Find X.
33
-STATED_BREAKS=`echo "$OUTPUT" | tail -n 1 | awk -F' ' '{ print $1 }'`
+STATED_BREAKS=`echo "$OUTPUT" | tail -n 1 | awk -F' ' '{ print $1 }' | sed s/No/0/`
34
35
# If
36
# We found "[BC]" in the command output after we removed suppressed lines
0 commit comments