Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: templates
-
Labels:None
-
Story Points:0.4
-
Epic Link:
-
Team:SQuaRE
Description
The Travis test in github.com/lsst/templates is supposed to test if the state of the git repository is clean after re-building the examples. however, I realized that it was working because even if the repo status was unclean, git diff-files alone wasn't producing a non-zero exit status that is necessary to force the Travis job into a failed state.