projects
/
scpubgit/Object-Remote.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
bb380f8
)
update watchdog to use log setup env var
Tyler Riddle [Wed, 5 Dec 2012 22:27:18 +0000 (14:27 -0800)]
t/watchdog.t
patch
|
blob
|
blame
|
history
diff --git
a/t/watchdog.t
b/t/watchdog.t
index
8615f0e
..
ca00170
100644
(file)
--- a/
t/watchdog.t
+++ b/
t/watchdog.t
@@
-1,7
+1,7
@@
use strictures 1;
use Test::More;
-require 't/logsetup.pl';
+$ENV{OBJECT_REMOTE_TEST_LOGGER} = 1;
use Object::Remote::Connection;
use Object::Remote::FromData;