-
Notifications
You must be signed in to change notification settings - Fork 1.4k
fix "build complete" message #3313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
4d8b6bb
to
95c4baa
Compare
@swift-ci please smoke test |
* Build Completed! | ||
""" | ||
} | ||
break |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
was added in #2971
88fc16e
to
aa55b5c
Compare
@swift-ci please smoke test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
Linux smoke test failure looks spurious. |
@swift-ci please smoke test linux |
motivation: print "build complete" message reliably changes: * move the logic to printg the "build complete" message to the build complete handler * add tests
aa55b5c
to
5ea78f4
Compare
@swift-ci please smoke test |
motivation: print "build complete" message reliably
changes: