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
#!/bin/bash | |
# Script to use with git bisect for phpunit tests for yii apps | |
# | |
# Should lie under protected/tests | |
# usage: | |
# | |
# git bisect start __bad__ __good__ -- | |
# git bisect run protected/tests/git-bisect-phpunit.sh __args__ | |
# | |
# where __args__ are phpunit arguments: |