Created
November 29, 2012 12:00
-
-
Save chrismdp/4168510 to your computer and use it in GitHub Desktop.
Handy little command to run all the tests that I've changed since the last commit
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
git status --porcelain | grep 'test' | grep -v 'factories' | cut -c4- | sort | uniq | xargs zeus test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment