From 744c27e5aa4aa3ee30df5711b0799332655b563e Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Thu, 27 Aug 2009 14:26:20 +0100 Subject: t/harness and t/TEST can both use the same _run_test() to invoke tests. Now the logic to invoke tests is in exactly one place, we can refactor it with impunity. --- t/harness | 1 + 1 file changed, 1 insertion(+) (limited to 't/harness') diff --git a/t/harness b/t/harness index 11c174148d..660e5849bb 100644 --- a/t/harness +++ b/t/harness @@ -208,6 +208,7 @@ my $h = TAP::Harness->new({ color => $color, jobs => $jobs, verbosity => $Verbose, + exec => \&_run_test, }); if ($state) { -- cgit v1.2.1