Euphoria
Ticket #785:
eutest retest option
-
Reported by
SDPringle
Sep 17, 2012
Testing with EUPHORIA's test files takes a very long time. There are times when it would be nice to run only the test files that failed on the last run. Especially after trying to fix something that failed.
Details
1. Comment by mattlewis
Sep 17, 2012
So, maybe an option like: --failed-from-log <logfile>.
2. Comment by SDPringle
Sep 18, 2012
The log that is written, is always the same name in the default directory. Does it really make sense to specify this?
3. Comment by mattlewis
Sep 18, 2012
OK. I never really use that feature, so I'm not familiar with it.
4. Comment by SDPringle
Sep 25, 2012
See: hg:euphoria/rev/8788583e3c52
changeset: 5674:8788583e3c52 user: Shawn Pringle <shawn.pringle@gmail.com> date: Tue Sep 18 17:56:23 2012 -0300 files: source/eutest.ex description:
- added support for a -retest option
- fixes ticket 785