1
0
mirror of synced 2026-01-18 16:56:58 +00:00

Make t/pod-coverage.t pass for Xen::Tools::Common

This commit is contained in:
Axel Beckert 2012-11-27 23:38:26 +01:00
parent ffa0ac5681
commit 9a9fa39f69

View File

@ -318,6 +318,8 @@ sub setupAdminUsers ($)
}
=head2 fail_with_config
=begin doc
Properly set $CONFIG{FAIL} on die
@ -337,6 +339,8 @@ sub fail_with_config ($$)
=head2 logonly_with_config
=begin doc
Print the given string to the logfile.
@ -359,6 +363,8 @@ sub logonly_with_config ($$)
}
=head2 logprint_with_config
=begin doc
Print the given string both to our screen, and to the logfile.