Skip to content

Instantly share code, notes, and snippets.

@chrismdp
Created November 29, 2012 12:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save chrismdp/4168510 to your computer and use it in GitHub Desktop.
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
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