Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix a warning causing Test::More to think it failed when /proc is not mounted | Thierry Vignaud | 2020-04-29 | 1 | -2/+8 |
| | | | | | | | | | | | | | | | | | | | You tried to plan twice at t/superuser--should-restart.t line 14. t/superuser--should-restart.t ................................... skipped: (no reason given) (...) Test Summary Report ------------------- t/superuser--should-restart.t (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Files=40, Tests=3901, 801 wallclock secs ( 0.96 usr 0.09 sys + 174.18 cusr 30.16 csys = 205.39 CPU) Result: FAIL Failed 1/40 test programs. 0/3901 subtests failed.A On the other side we want to make it work in both cases so we end doing that. | ||||
* | skip test if /proc is not mounted | Thierry Vignaud | 2020-01-17 | 1 | -0/+1 |
| | | | | | no need to show red in cpan-testers matrix if local chroot's /proc isn't mounted :-) | ||||
* | (handle_need_restart) enable to test "should restart" again | Thierry Vignaud | 2012-02-27 | 1 | -2/+4 |
| | | | | | it didn't work since commit r263652 on Tue Nov 24 2009 (was: "(handle_need_restart) do not advice to reboot when inside a chroot") | ||||
* | add comment about tests known not to work | Christophe Fergeau | 2010-01-12 | 1 | -0/+2 |
| | |||||
* | adjust tests for string changes | Christophe Fergeau | 2010-01-12 | 1 | -2/+2 |
| | |||||
* | add a test for "should-restart" | Pascal Rigaux | 2008-03-18 | 1 | -0/+29 |