Skip to content

Instantly share code, notes, and snippets.

@ubaierbhat
Created February 3, 2017 15:51
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 ubaierbhat/70cd181a1f5cd1c010b362626b7e78c8 to your computer and use it in GitHub Desktop.
Save ubaierbhat/70cd181a1f5cd1c010b362626b7e78c8 to your computer and use it in GitHub Desktop.
Run tests with audio notifications on mac
#!/bin/bash
function testApp {
time \
./runTests.sh && \
say -v Moira "Tests passed. You are the best" || \
say -v Moira "Tests failed. Shame on you"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment