Bug 14116: Silence noisy output for t/Scrubber.
authorMark Tompsett <mtompset@hotmail.com>
Sat, 2 May 2015 01:16:56 +0000 (21:16 -0400)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 1 Jun 2015 17:10:56 +0000 (14:10 -0300)
commit9878663731c4e31daf45ac8ce86e4bfa169d9689
tree836424eb22c8148c495b26a38d4dd5ee5f9947d0
parenta4b7df44901311f3a96b4e8f828e105845763dac
Bug 14116: Silence noisy output for t/Scrubber.

Why diag or print out things, unless it is -v?
And why print anything except success or failure type messages?
This cleans up the output.

TEST PLAN
---------
1) $ prove t/Scrubber.t
   -- there's some noise.
2) apply patch
3) $ prove t/Scrubber.t
   -- noise issue resolved.
      Output is still reasonable for -v.
4) koha qa test tools

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
t/Scrubber.t