Skip to content

Instantly share code, notes, and snippets.

@cbrunnkvist
Created December 29, 2014 03:39
Show Gist options
  • Save cbrunnkvist/8ef4a0c26a6f49635156 to your computer and use it in GitHub Desktop.
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.
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