Created
December 29, 2014 03:39
-
-
Save cbrunnkvist/8ef4a0c26a6f49635156 to your computer and use it in GitHub Desktop.
Simple loop to run the tests - because sometimes editor plugins or file modification monitoring is just overkill.
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
while [ $? == 0 ] ; do OUTPUT=`./vendor/bin/phpunit --group wip 2>&1` ; clear ; echo "$OUTPUT" ; sleep 2 ; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment