about summary refs log tree commit diff
path: root/t/008_git_clone.t
diff options
context:
space:
mode:
authorJonathan "Duke" Leto <jonathan@leto.net>2011-05-23 17:45:35 -0700
committerJonathan "Duke" Leto <jonathan@leto.net>2011-05-23 17:45:35 -0700
commit2e70da0107303e88428d7ac58773cb0a06b5d5c3 (patch)
tree59a66685acec70a4c55f49f847013a591fd5215d /t/008_git_clone.t
parentFix builder test (diff)
downloadjitterbug-2e70da0107303e88428d7ac58773cb0a06b5d5c3.tar.gz
Refactor _parse_results and enable debugging in the git tests
Diffstat (limited to '')
-rw-r--r--t/008_git_clone.t2
1 files changed, 1 insertions, 1 deletions
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';