-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cygport runs with `set -e`; chaining && and || can suppress the effects of that. To avoid inadvertently hiding errors, remove chains of && or ||. This does mean that failures during the test stage will cause the tests to fail immediately. That's broadly fine -- most tests are run with prove so will get run even if some of them fail -- and having better safety about failed tests causing the build to fail is more useful than knowing whether those last tests succeeded too.
- Loading branch information
Showing
1 changed file
with
14 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters