diff options
author | mkanat%bugzilla.org <> | 2008-12-24 05:30:41 +0100 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2008-12-24 05:30:41 +0100 |
commit | 985149e60ebc4091934056b4fa41ea0c5c512cce (patch) | |
tree | 2fec5e75ae37114552f0ca257bebdbe2005bb576 | |
parent | 8a3d4469cc85108a194a78ac95f2a6780d2971eb (diff) | |
download | bugzilla-985149e60ebc4091934056b4fa41ea0c5c512cce.tar.gz bugzilla-985149e60ebc4091934056b4fa41ea0c5c512cce.tar.xz |
Fix some test failures caused by the checkin of bug 284184.
-rw-r--r-- | Bugzilla/Job/Mailer.pm | 1 | ||||
-rw-r--r-- | jobqueue.pl | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/Bugzilla/Job/Mailer.pm b/Bugzilla/Job/Mailer.pm index a421c59f2..24b589d80 100644 --- a/Bugzilla/Job/Mailer.pm +++ b/Bugzilla/Job/Mailer.pm @@ -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)"; } diff --git a/jobqueue.pl b/jobqueue.pl index 35bd203dd..ad0c81f85 100644 --- a/jobqueue.pl +++ b/jobqueue.pl @@ -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 |