[PATCH] Allow name template in --test-option and --test-options
11 Jan
2011
11 Jan
'11
3:36 p.m.
Here's a patch that implements http://hackage.haskell.org/trac/hackage/ticket/787 Tue Jan 11 08:30:13 CET 2011 Johan Tibell <johan.tibell@gmail.com> * Allow name template in --test-option and --test-options Only $test-suite is supported for now. Things to discuss: * Which templates placeholders should we support. I only added $test-suite. Supporting all of the placeholders supported by --log will require some refactoring as the placeholders are computer *after* the test has been run, using a file output by the test executable. * Is it OK to use PathTemplate for template strings which aren't necessarily paths or should we introduce a new Template type? Johan
5664
Age (days ago)
5664
Last active (days ago)
0 comments
1 participants
participants (1)
-
Johan Tibell