Created
June 29, 2012 09:15
-
-
Save thekid/3016858 to your computer and use it in GitHub Desktop.
Continuous unittest runner
This file contains hidden or 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
| inotifywait -r -m src/ | while read line ; do echo -e "\033]0;"`unittest src | tee unittest.tmp | tail -n 3 | head -n 1`"\007"; cat unittest.tmp ; rm unittest.tmp ; done |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Now that xp-framework/xp-framework#171 is merged, the new shell command is easier: