Commit 985149e6 authored by mkanat%bugzilla.org's avatar mkanat%bugzilla.org

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

parent 8a3d4469
......@@ -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)"; }
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment