Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Auto Closed
-
1.3.3
-
None
-
Windows XP, Buildr 1.3.3 with Matz, JUnit
Description
With the following syntax I was getting a test successful message when the test I specified didn't exist (I misspelled it):
buildr test:com.company.service.SomeTest
Ideally, buildr should spit back a test not found message or at least report a failure for the test.