Closed schwernbot closed 10 years ago
From: @schwern Date: Friday Apr 13, 2012 at 03:52 GMT Orig: https://github.com/Test-More/test-more/issues/276#issuecomment-5108041
prove -br t
works far better failing only t/skip1.t and t/test_method.t. This is very strange. It's acting like Test::Builder::Tester can't see the HARNESS_ACTIVE environment variable or something.
It's something to do with the fact that the scripts have taint mode set.
From: @schwern Date: Saturday Aug 04, 2012 at 23:44 GMT Orig: https://github.com/Test-More/test-more/issues/276#issuecomment-7506415
A combination of better emulating TBT 0.9x quirks 072ee05ddd6eae941f693f11ee9c099709e2fdf7 and 00d4609f79fef0ad0db954ba9d9982026eb755e0 and small patches to Test::Class as well as it's tests fixes this.
Pull request sent upstream. https://github.com/adrianh/test-class/pull/2
From: @schwern Date: Sunday Apr 14, 2013 at 14:47 GMT Orig: https://github.com/Test-More/test-more/issues/276#issuecomment-16352138
Test::Class 0.39 fixed this, yay!
From: @apeiron Date: Saturday Mar 31, 2012 at 11:17 GMT Orig: https://github.com/Test-More/test-more/issues/276