forked from the-distro/ofborg
Attempt to fix a trampling log collector
This commit is contained in:
parent
ff554bf3ea
commit
4a73d64c5d
|
@ -393,7 +393,7 @@ mod tests {
|
|||
message: MsgType::Msg(logmsg.clone()),
|
||||
};
|
||||
|
||||
let p = TestScratch::new_dir("log-message-collector-path_for_log");
|
||||
let p = TestScratch::new_dir("log-message-collector-logs_collector");
|
||||
|
||||
{
|
||||
let mut worker = make_worker(p.path());
|
||||
|
|
Loading…
Reference in a new issue