For those using Grails 1.1 already there’s a new command line argument for testing which re-runs only tests which previously failed.
grails test-app -rerun
Thanks to @wangjammer5
March 16, 2009 | 1 Comment
For those using Grails 1.1 already there’s a new command line argument for testing which re-runs only tests which previously failed.
grails test-app -rerun
Thanks to @wangjammer5
March 25, 2009 at 12:57 am
Dude,
grails test-app -rerun has been there forever! It was introduced in 1.0.3 and even earlier than that in Entertainment codebase.
g