Ticket #1187 (closed defect: fixed)
Run This Test
| Reported by: | bowtie | Owned by: | szabgab |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Automated Build and Test | Version: | 0.84 |
| Keywords: | Cc: |
Description
So as to make Padre, work in a consistent way.
please see the following
http://padre.perlide.org/trac/wiki/Features/AutomatedBuildAndTest
the code should be changed to.
Padre/lib/Padre/Wx/Main.pm
sub on_run_this_test {
line 2590 approx.
$self->run_command("$prove -lv $filename");
Change History
Note: See
TracTickets for help on using
tickets.

I don't want to change the behavior but IMHO the command of on_run_this_test can be made configurable by the user.