We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e44d60 commit 766d599Copy full SHA for 766d599
1 file changed
melting-pot.sh
@@ -624,7 +624,7 @@ dir=$(cd "$(dirname "$0")" && pwd)
624
625
# Check build.log for BUILD SUCCESS.
626
buildLog="$dir/$1/build.log"
627
-test -f "$buildLog" && tail -n6 "$buildLog" | grep -qF '[INFO] BUILD SUCCESS' && {
+test -f "$buildLog" && tail -n6 "$buildLog" | grep -qF 'BUILD SUCCESS' && {
628
echo "build.log"
629
exit 0
630
}
0 commit comments