From 2e70da0107303e88428d7ac58773cb0a06b5d5c3 Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Mon, 23 May 2011 17:45:35 -0700 Subject: Refactor _parse_results and enable debugging in the git tests --- t/008_git_clone.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't') diff --git a/t/008_git_clone.t b/t/008_git_clone.t index 5a7f915..6733a14 100644 --- a/t/008_git_clone.t +++ b/t/008_git_clone.t @@ -52,7 +52,7 @@ if (can_run('git')){ lives_ok sub { system("$^X -Ilib scripts/post_to_hook.pl") }, 'post_to_hook.pl lives'; - lives_ok sub { # $ENV{DEBUG} = 1; + lives_ok sub { $ENV{DEBUG} = 1; system("$^X -Ilib scripts/builder.pl -c t/data/test.yml -C") }, 'builder.pl lives'; -- cgit 1.4.1