Fix some test failures caused by the checkin of bug 284184.

git-svn-id: svn://10.0.0.236/trunk@255635 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkanat%bugzilla.org 2008-12-24 04:30:55 +00:00
parent 3ef17d8edf
commit 97321e5fa5
2 changed files with 3 additions and 2 deletions

View File

@ -21,6 +21,7 @@
# Max Kanat-Alexander <mkanat@bugzilla.org>
package Bugzilla::Job::Mailer;
use strict;
use Bugzilla::Mailer;
BEGIN { eval "use base qw(TheSchwartz::Worker)"; }

View File

@ -42,11 +42,11 @@ jobqueue.pl - Runs jobs in the background for Bugzilla.
-f Run in the foreground (don't detach)
-d Output a lot of debugging information
start Starts a new jobqueue daemon if there isn't one running already
stop Stops a running jobqueue daemon
stop Stops a running jobqueue daemon
restart Stops a running jobqueue if one is running, and then
starts a new one.
check Report the current status of the daemon.
help Display this usage info
help Display this usage info
version Display the version of jobqueue.pl
=head1 DESCRIPTION