From 52e9248cfadf8845ffa9935cd0514526871ba86a Mon Sep 17 00:00:00 2001 From: nickbrowne Date: Tue, 13 Oct 2015 16:39:20 +1100 Subject: [PATCH] Reminder to fix annoying filter output --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index 923b13f..b5cb1af 100644 --- a/TODO.md +++ b/TODO.md @@ -8,3 +8,4 @@ - Separate the worker spawning code from the server rspec runner. - Potentially switch to TCPSocket to allow workers on other machines to communicate with the server. - Consider providing some rake tasks to perform various helpful tasks like cloning databases. +- Suppress filter output in workers to reduce noise