Created
October 4, 2021 14:17
-
-
Save sigu/99d27881d7393b54ec8431181340b5a1 to your computer and use it in GitHub Desktop.
Shell tips and hints
This file contains 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
## quickly run test 10 times and show only failing lines | |
for i in {1..10} | |
do | |
mix test aweb/controllers/account_controller_test.exs | egrep "_test.exs:\d+$" | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment