racket / racket-pkg-website

A frontend for the Racket Package Catalog.
Other
9 stars 15 forks source link

avoid 'failssucceeds' status #67

Closed bennn closed 4 years ago

bennn commented 4 years ago

If a package has a failure log and a success log, then ignore the success and only show "fails" in the build summary.

fixes https://github.com/racket/pkg-build/issues/9


cc @mflatt

I think the only way that a package can fail & succeed is when pkg-build tries to generate documentation after a (single) package fails pkg-build L938.

If that's not true, then maybe this is a bad solution because a success log could have useful info.

Also, maybe pkg-build should be changed instead to clean up the success files ~L1007 ?

jeapostrophe commented 4 years ago

Thanks! It will be live shortly.