-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The run-with function checks to make sure that the runner command is installed before running the test. If not installed it issues a warning message. It used to just fail, which causes all of `make test` to fail. Also before there where lines to check if shellcheck and yamllint were installed. They printed a msg but did not stop the commands from attempting to run only to obviously fail for not being installed. There was no previous check for py.test which was always failing for me since I didn't have it installed. Now when something isn't installed that test is just skipped with an explanation message.
- Loading branch information
1 parent
8f65cdc
commit 1bee088
Showing
2 changed files
with
14 additions
and
6 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
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