Skip to content

Instantly share code, notes, and snippets.

@markchadwick
Created January 17, 2014 00:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markchadwick/8466502 to your computer and use it in GitHub Desktop.
Save markchadwick/8466502 to your computer and use it in GitHub Desktop.
#!/bin/bash
ex=0
while [ $ex -eq 0 ]; do
gom test ./net/ --v
ex=$?
sleep 0.1
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment